how to create simulink in matlab 2019b?
조회 수: 3 (최근 30일)
이전 댓글 표시
Create simulink file
댓글 수: 0
답변 (1개)
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
2022년 3월 2일
And note that Simulink is an additional toolbox that needs to be licensed and installed, not part of MATLAB itself.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!