Feeds
回答済み
How to print results from damp() to text file
To get more accurate numbers than what is printed on screen, use [wn, zeta, p] = damp(sys) to get the arrays.
How to print results from damp() to text file
To get more accurate numbers than what is printed on screen, use [wn, zeta, p] = damp(sys) to get the arrays.
約4年 前 | 0
回答済み
How to use damp() on an idtf object?
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...
How to use damp() on an idtf object?
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...
約4年 前 | 0
| 採用済み
質問
How to use damp() on an idtf object?
y=load('./Messergebnisse/yz.mat').y; u=load('./Messergebnisse/yz.mat').u; data = iddata(y, u); model = tfest(data, 2); damp(...
約4年 前 | 1 件の回答 | 0
