Regarding "compare" command of SysID toolbox
显示 更早的评论
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.
1 个评论
Walter Roberson
2012-2-29
5501x1x0 iddata ?? That's an empty array.
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Compare Output with Measured Data 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!