Main Content

reload

Reload project

Syntax

Description

example

reload(proj)reloads the project. Usereloadwhen you want to re-run the project startup shortcuts.

Examples

collapse all

Open the Times Table App project. UsecurrentProjectto create a project object from the currently loaded project.

matlab.project.example.timesTable proj = currentProject;

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

reload(proj)

Input Arguments

collapse all

Project, specified as amatlab.project.Projectobject. UsecurrentProjectto create a project object from the currently loaded project.

Version History

Introduced in R2019a