How to use damp() on an idtf object?

14 ビュー (過去 30 日間)
Thomas Marcus
Thomas Marcus 2022 年 1 月 3 日
回答済み: Thomas Marcus 2022 年 1 月 3 日
y=load('./Messergebnisse/yz.mat').y;
u=load('./Messergebnisse/yz.mat').u;
data = iddata(y, u);
model = tfest(data, 2);
damp(model)
The above code worked before the update I made yesterday. Now the line damp(model) gives me this error:
Error using damp
The "damp" command cannot be used for models of class "idtf".
But the description for 2021b still says:
sys - Linear dynamic system, specified as a SISO, or MIMO dynamic system model. Dynamic systems that you can use include:
  • Continuous-time or discrete-time numeric LTI models, such as tf (Control System Toolbox),
Unfortunately I don't have acces to the old setup anymore. Please, what am I missing here?

採用された回答

Thomas Marcus
Thomas Marcus 2022 年 1 月 3 日
Ah, I needed to install the Control System Toolbox.
Had forgotten to install that in the new setup, and the error I got didn't help much to figure that out. Anyway. Found the solution.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeTime and Frequency Domain Analysis についてさらに検索

製品


リリース

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by