Reload project
reload(proj)
example
reload(proj) reloads the project. Use reload when you want to re-run the project startup shortcuts.
proj
reload
collapse all
Open the Times Table App project. Use currentProject to create a project object from the currently loaded project.
currentProject
matlab.project.example.timesTable proj = currentProject;
When you want to run the startup shortcuts again, reload the project.
matlab.project.Project
Project, specified as a matlab.project.Project object. Use currentProject to create a project object from the currently loaded project.
currentProject | isLoaded | openProject
isLoaded
openProject