return variable of Sim() command

3 次查看(过去 30 天)
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