Simulation Error: 'Returning workspace outputs is supported with only single return argument'
7 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Imisi Jo
le 27 Juin 2017
Réponse apportée : Walter Roberson
le 27 Juin 2017
Hi all,
I want to get the simulation time and the output data (ie data at the output ports) of my Simulink model. My code is:
[time,data]=sim('Modelname',StopTime);
I got this from the Parameter Estimation example with the Aircraft. However, I get the error 'Returning workspace outputs is supported with only single return argument'. Can anyone guide me in resolving this error, as I have no idea what to do.
Thank you.
0 commentaires
Réponse acceptée
Walter Roberson
le 27 Juin 2017
sim() can only return one output. That one output will be an object with multiple properties.
0 commentaires
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!