return variable of Sim() command

조회 수: 1 (최근 30일)
Krishnendu Mukherjee
Krishnendu Mukherjee 2012년 1월 26일
simout=sim('mymodel','AbsTol', '1e-5','SaveState','on','StateSaveName','xoutNew','SaveOutput','on', 'OutputSaveName','youtNew');
using this command but getting a error "TIMESPAN" should be real vector/scelor.

채택된 답변

Kaustubha Govind
Kaustubha Govind 2012년 1월 26일
The syntax that you are using was introduced in R2009b. If you're using R2009a or an older release, the second parameter needs to be a timespan vector. Also, you need to use the Backwards Compatible Syntax.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Simulink에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by