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

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개)

카테고리

도움말 센터File Exchange에서 Image Segmentation and Analysis에 대해 자세히 알아보기

태그

질문:

2018년 10월 8일

답변:

2018년 10월 8일

Community Treasure Hunt

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

Start Hunting!

Translated by