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

조회 수: 2 (최근 30일)
Bajdar Nour
Bajdar Nour 2018년 10월 8일
답변: Stephan 2018년 10월 8일
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