how to create simulink in matlab 2019b?

조회 수: 2 (최근 30일)
dung cam
dung cam 2022년 3월 2일
댓글: Walter Roberson 2022년 3월 2일
Create simulink file

답변 (1개)

stozaki
stozaki 2022년 3월 2일
In R2016a and later versions, launch the Simulink start page before creating the model file.
To start the library browser directly, execute the following command.
slLibraryBrowser;
To create a new model directly, execute the following command.
open_system(new_system());
  댓글 수: 1
Walter Roberson
Walter Roberson 2022년 3월 2일
And note that Simulink is an additional toolbox that needs to be licensed and installed, not part of MATLAB itself.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by