How to solve the error ['model' parameter must be a string ]?

1 vue (au cours des 30 derniers jours)
Bajdar Nour
Bajdar Nour le 8 Oct 2018
I have this (.mat) file,,I want to use Y=sim([Brain],P); P any variable like P = [.2; .9]

Réponse acceptée

Stephan
Stephan le 8 Oct 2018
Hi,
sim expects the model name as a string - try:
Y=sim('Brain',P);
instead.
Best regards
Stephan

Plus de réponses (0)

Catégories

En savoir plus sur Modeling dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by