Error with the DynamicSystem Toolbox

3 visualizzazioni (ultimi 30 giorni)
Thomas
Thomas il 28 Nov 2012
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 Commenti
Craig
Craig il 29 Nov 2012
This looks like it is an intstallation issue. I would recommend contacting technical support.
Thomas
Thomas il 4 Dic 2012
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

Accedi per commentare.

Risposta accettata

Ryan G
Ryan G il 4 Dic 2012
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 Commenti
Thomas
Thomas il 4 Dic 2012
and it's the same functions as in my R2011b...and there i can compute the example above...
Ryan G
Ryan G il 5 Dic 2012
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?

Accedi per commentare.

Più risposte (1)

Sharath Aramanekoppa
Sharath Aramanekoppa il 18 Mar 2014
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

Community Treasure Hunt

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

Start Hunting!

Translated by