how to create simulink in matlab 2019b?

3 次查看(过去 30 天)
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