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