Main Content

reload

Reload project

Description

example

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

Examples

collapse all

Open the Times Table App project. Use currentProject to create a project object from the currently loaded project.

openExample("matlab/TimesTableProjectExample")
proj = currentProject;

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

reload(proj)

Input Arguments

collapse all

Project, specified as a matlab.project.Project object. Use currentProject to create a project object from the currently loaded project.

Version History

Introduced in R2019a