Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so:
x = [1 2 3 4]
Commas are optional, s...
Answered curve fitting tool equation
There should be a panel called "Results" in the cftool window. This panel shows the equation as well as the coefficients (with 9...
10 years ago | 2
Answered Axis labels in root locus
The plot generated by "rlocus" has two sets of axes, one hidden and one visible. The labels that you see are linked to the hidde...