Regarding "compare" command of SysID toolbox
Afficher commentaires plus anciens
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 commentaire
Walter Roberson
le 29 Fév 2012
5501x1x0 iddata ?? That's an empty array.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Represent Data dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!