Simulink Editor
Create models and set model properties
Description
The Simulink® Editor allows you to create and configure system models.
The Simulink Editor is a tool for building models. In addition to providing standard methods for working with diagrams in a vector graphics editor, the editor provides shortcuts that help you to add and connect blocks. The Simulink Editor also gives you access to the tools you need for technical operations such as importing data, simulating your model, and analyzing model performance.
Open the Simulink Editor
Create a model. On the MATLAB® Home tab, click Simulink and choose a model template.
Alternatively, if you already have the Library Browser open, click the New Model button .
Open an existing model. To open recent models, on the MATLAB Home tab, click Simulink.
Alternatively, if a model is on the MATLAB path, enter the model name in the MATLAB Command Window. For example, suppose you want to open
myModel.slx
. To open the model, in the command window, entermyModel
.
Tip
The first model that you open in a MATLAB session takes longer to open than subsequent models. By default, MATLAB does not start Simulink until you open the first model to reduce MATLAB startup time and avoid unnecessary system memory use.
To speed up opening the first model, you can configure MATLAB startup to also start Simulink. For more information on how to start Simulink without opening models or the Library Browser, see the start_simulink
reference page.
Parameters
Programmatic Use
Version History
Introduced before R2006a