return variable of Sim() command

1 visualización (últimos 30 días)
Krishnendu Mukherjee
Krishnendu Mukherjee el 26 de En. de 2012
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.

Respuesta aceptada

Kaustubha Govind
Kaustubha Govind el 26 de En. de 2012
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.

Más respuestas (0)

Categorías

Más información sobre Simulink en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by