Error with the DynamicSystem Toolbox

3 次查看(过去 30 天)
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 个评论
Craig
Craig 2012-11-29
This looks like it is an intstallation issue. I would recommend contacting technical support.
Thomas
Thomas 2012-12-4
it might be something with the command:
throw()
because i got a different error computing
>> mbuild -setup
Error using mbuild (line 189)
Unable to complete successfully.
this error refers as well to the throw() command

请先登录,再进行评论。

采纳的回答

Ryan G
Ryan G 2012-12-4
It appears that oyu have a 3rd party toolbox installed. The 'tf' function is usually part of the control system toolbox and it can handle what you have posted just fine. The error is pointing to a different tf function in the DynamicSystem (non MathWorks) toolbox.
I would suggest doing a
which -all tf
and seeing what tf functions are available. If there are others available you should use the MATLAB ones instead.
  4 个评论
Thomas
Thomas 2012-12-4
and it's the same functions as in my R2011b...and there i can compute the example above...
Ryan G
Ryan G 2012-12-5
It looks like it's pulling the correct default tf function. The dynamicsystem folder looks to be a subset of the control toolbox. Based on this output there should not be an issue.
You say you have 11b and 12b. Does it work in one and not the other?

请先登录,再进行评论。

更多回答(1 个)

Sharath Aramanekoppa
I faced the same error as well. I spoke to the the tech support and they told me that it was the toolbox path were changed. Resetting the path, solved the issue for me. Here are the commands to reset the path: * restore defaultpath * restordefaultpath * restoredefaultpath * rehash toolboxcache * savepath
Regards,
Sharath

类别

Help CenterFile Exchange 中查找有关 Spectral Analysis 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by