reload

(Not recommended) Reload project

simulinkproject is not recommended. Use currentProject or openProject instead. For more information, see Compatibility Considerations.

Description

example

reload(proj) reloads the project. Use reload when you want to run the project startup shortcuts.

Examples

collapse all

Open the airframe project and create a project object.

sldemo_slproject_airframe;
proj = simulinkproject;

When you want to run the startup shortcuts again, reload the project.

reload(proj)

Input Arguments

collapse all

Project, specified as a project object already created with simulinkproject to manipulate a project at the command line.

Compatibility Considerations

expand all

Not recommended starting in R2019a

See Also

Functions

Introduced in R2013a