Regarding "compare" command of SysID toolbox
3 ビュー (過去 30 日間)
古いコメントを表示
I am using following command [yh,fit,x0] = compare(data,Model);
Now, the predicted output is a cell array yh = [5501x1x0 iddata]
Question: How can I convert this into a vector (5501x1)?
Why I want this: The command gives plot with x-axis as Time(sec). I need to plot 'yh' separately with x-axis as Time in MICRO-SECONDS.
採用された回答
Arkadiy Turevskiy
2012 年 2 月 29 日
>>y=yh{1,1}.y;
It might be useful also to look at the help for iddata: >>doc iddata
HTH.
Arkadiy
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Represent Data についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!