Borrar filtros
Borrar filtros

Is there a way to check the data being sent to workspace from my Simulink model so I can choose to stop the simulation?

2 visualizaciones (últimos 30 días)
I have a Simulink Multibody model that outputs position data to the workspace after it is done simulating. I have been running the simulation using the sim() command in a MATLAB script. Is there a way that I can run the simulation in MATLAB while checking the position output and then stop the simulation after I have reached a certain position? Thank you.
  1 comentario
Alison Goldsmith
Alison Goldsmith el 8 de Jul. de 2019
Instead of checking outputs in the workspace I used a switch in my simulink model to stop the simulation when a certain threshold was reached.

Iniciar sesión para comentar.

Respuestas (1)

Chidvi Modala
Chidvi Modala el 17 de Jul. de 2019
I understand that you want to stop Simulink simulation when a certain condition is met.
Use the Stop Simulation block with an appropriate logical input to the block.
Alternately you can use Assertion block to halt the simulation and display an error message.

Categorías

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

Productos


Versión

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by