
Polynomial Roots - Zero finding with Matlab
Polynomial Roots - 'Zero finding' in Matlab To find polynomial roots (aka ' zero finding ' process), Matlab has a specific command, namely ' roots '. A polynomial is an expression of finite length built from …
Step function - unit step with Matlab - matrixlab-examples.com
How to plot the unit step function - Heaviside - with Matlab. Let's see some examples of discrete operations...
RC circuit - Transient analysis with Matlab
The following examples illustrate the use of Matlab for solving problems related to RC circuits. Example 1 – Charging circuit Assume that for the charging RC circuit above Vs = 10 volts and C = 10 …
Recursion - a conceptual example in Matlab
Recursion or self-calling routine 1.- Basics 2.- Example with Factorials 3.- Video: Solve a Puzzle with Recursivity 1.- Basics Recursion is a kind of tricky and smart construction which allows a function to …
Vector Algebra - use of arrays in Matlab
In this tutorial you'll work with basic vector algebra. You'll learn to create Matlab arrays and vectors, and how to perform algebra and trigonometric operations on them...
loglog - Logarithmic plots in Matlab
In this example we are going to demonstrate how to use the loglog function included in Matlab to produce logarithmic plots. This term referrs to the fact that the plot is logarithmically scaled in both …
Matlab Examples - Step-by-step...
MATLAB Examples These Matlab examples thoroughly introduce the basics you need to get started. They supplement very well the Tutorial Section.
Piecewise Function - work them out with Matlab
Piecewise function - separate ranges in Matlab In math, a piecewise function (or piecewise-defined function) is a function whose definition changes depending on the value of the independent variable.
ASCII Chart in Matlab
ASCII Chart in Matlab In this article we have three goals: first, we’re going to develop an ASCII chart to understand instructions char and double in Matlab; second, we’re going to work with a simple ASCII …
Polynomial Regression in Matlab - easy least squares fitting
May 7, 2010 · Polynomial Regression – Least Square Fittings This brief article will demonstrate how to work out polynomial regressions in Matlab (also known as polynomial least squares fittings). The …