Error with the DynamicSystem Toolbox
古いコメントを表示
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!
採用された回答
その他の回答 (1 件)
Sharath Aramanekoppa
2014 年 3 月 18 日
0 投票
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
カテゴリ
ヘルプ センター および File Exchange で Spectral Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!