matlab.project.currentProject
Get project if open
Description
returns a project object proj
= matlab.project.currentProjectproj
for the currently open project
that you can use to manipulate the project programmatically. Unlike the currentProject
function, If no project is open,
matlab.project.currentProject
does not issue an error.
Examples
Output Arguments
Version History
Introduced in R2019a