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 Center および File ExchangeIntroduction 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