Documentation

reload

(Not recommended) Reload project

simulinkprojectis not recommended. UsecurrentProjectoropenProjectinstead. For more information, seeCompatibility Considerations.

Syntax

Description

example

reload(proj)reloads the project. Usereloadwhen 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 withsimulinkprojectto manipulate a project at the command line.

Compatibility Considerations

expand all

Not recommended starting in R2019a

See Also

Functions

Introduced in R2013a