findFiles
Syntax
Description
lists all project files and folders in the project projectFiles
= findFiles(proj
)proj
.
filters the files projectFiles
= findFiles(proj
,files
)files
and returns only the files that are
project files.
specifies additional options as one or more name-value arguments. Use this syntax to
find files in a project using their label, to include referenced projects in the
search, and more.projectFiles
= findFiles(___,Name=Value
)
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Version History
Introduced in R2024a