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

1 vue (au cours des 30 derniers jours)
Taeho Oh
Taeho Oh le 30 Mar 2017
Commenté : Taeho Oh le 1 Avr 2017
I want to know how to make Simulink run automatically when I run a MATLAB m file.

Réponse acceptée

ES
ES le 30 Mar 2017
Modifié(e) : ES le 30 Mar 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.

Plus de réponses (0)

Catégories

En savoir plus sur Simulink dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by