Is there a way to make Simulink run automatically when I run a MATLAB m file?

1 visualización (últimos 30 días)
I want to know how to make Simulink run automatically when I run a MATLAB m file.

Respuesta aceptada

ES
ES el 30 de Mzo. de 2017
Editada: ES el 30 de Mzo. de 2017
If you want to load simulink while running the m file, you can simply call
simulink
in your code. If you want to open a model, run it etc, try
open_system
load_system
sim
commands in your m file.

Más respuestas (0)

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by