Hello there!
I have a problem! When I want to compute a Matlab example I get following error:
Example 4
Convert State-Space Model to Transfer Function
Compute the transfer function of the state-space model with the following data.
To do this, type
sys = ss([-2 -1;1 -2],[1 1;2 -1],[1 0],[0 1]);
tf(sys)
error:
>> sys = ss([-2 -1;1 -2],[1 1;2 -1],[1 0],[0 1]);
>> tf(sys)
Error using DynamicSystem/tf (line 9Cool
Undefined function 'xscale' for input arguments of type 'double'.
this happens only on my pc...what is the problem?
thanks for the help!
2 Comments
Direct link to this comment
https://nl.mathworks.com/matlabcentral/answers/55091-error-with-the-dynamicsystem-toolbox#comment_114318
Direct link to this comment
https://nl.mathworks.com/matlabcentral/answers/55091-error-with-the-dynamicsystem-toolbox#comment_114318
Direct link to this comment
https://nl.mathworks.com/matlabcentral/answers/55091-error-with-the-dynamicsystem-toolbox#comment_115357
Direct link to this comment
https://nl.mathworks.com/matlabcentral/answers/55091-error-with-the-dynamicsystem-toolbox#comment_115357
Sign in to comment.