Borrar filtros
Borrar filtros

Keep Simulink simulation stable

1 visualización (últimos 30 días)
K E
K E el 28 de Feb. de 2012
I would like to prevent my Simulink model from crashing due to dynamic instabilities. My coworker mentioned some measures that have stabilized his models:
  • Replace switches, which cause abrupt changes, with Saturation blocks, though I'm not clear on implementation
  • Avoid differentiation. For example, simulate position and integrate to get acceleration, rather than simulate acceleration and differentiate to get position.
What other measures can help stabilize a Simulink model? If there is documentation that covers this, please let me know - haven't found any.
  1 comentario
K E
K E el 28 de Feb. de 2012
An overview of keeping a simulation stable and accurate is at http://www.mathworks.com/help/toolbox/simulink/ug/f11-8983.html

Iniciar sesión para comentar.

Respuesta aceptada

Kaustubha Govind
Kaustubha Govind el 28 de Feb. de 2012
The points that you describe are for stability with respect to system dynamics - not software stability (ie. crashes). In general, you should never see a crash with Simulink unless you have written C-MEX S-functions that are causing a SegV. If you see a crash due to Simulink library blocks, that should be reported as a bug to MathWorks Tech Support.
  3 comentarios
Kaustubha Govind
Kaustubha Govind el 1 de Mzo. de 2012
K E: I was only trying to point out that your title "Keeps Simulink from crashing" is inaccurate, because you are talking about system stability, not software stability. I'll let you know if I see anything more than the documentation link that you have already posted for system stability.
You may also want to edit your subject to make it more relevant. Other experienced users may ignore your question thinking that you are asking about a software crash.
K E
K E el 1 de Mzo. de 2012
I changed the title as you suggest. Thanks for pointing me to dynamic rather than numerical stability as the source of my problem.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre General Applications 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