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

2 次查看(过去 30 天)
I have this (.mat) file,,I want to use Y=sim([Brain],P); P any variable like P = [.2; .9]

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Assembly 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by