(Not recommended) List modified files in project
simulinkproject
is not recommended. Use currentProject
or
openProject
instead. For more information, see Compatibility Considerations.
returns the list of modified project files in the project object modifiedfiles
= listModifiedFiles(proj
)proj
.
listModifiedFiles
refreshes the source control statuses in the
project and then returns an array of the project files which are listed in the Modified
Files view of the project.