From workspace block error: Time values must be a real vector.
Afficher commentaires plus anciens
I have no idea what this error means and I've made sure the time series are in an ascending order. How can I fix this problem?
Réponses (1)
Fangjun Jiang
le 30 Avr 2021
If you are using timeseries, make sure its time data is valid. For example
Var=timeseries;
Var.Time=[0;1];
Var.Data=[1;100]
and specify "Var" to the FromWorkspace block.
What is your Var.Time?
Catégories
En savoir plus sur Simulink 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!