Azzera filtri
Azzera filtri

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

2 visualizzazioni (ultimi 30 giorni)
I have this (.mat) file,,I want to use Y=sim([Brain],P); P any variable like P = [.2; .9]

Risposta accettata

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

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by