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

1 次查看(过去 30 天)
I want to know how to make Simulink run automatically when I run a MATLAB m file.

采纳的回答

ES
ES 2017-3-30
编辑:ES 2017-3-30
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.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Simulink 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by