MATLAB Programming Fundamentals - MathWorks

(やまだぃちぅ) #1

Find Project Files


There are several ways to find files and folders in projects. You can:


  • Group and sort project files.

  • Search for and filter project files.

  • Search the content in project files.


Group and Sort Project Files


To change how files and folder are grouped or sorted in the Files view, select from the
options in the Layout field and the Actions menu.

For example, to group files by type, in the Layout field, select List. Then, click the
Actions button and select Group By > Type. To sort the grouped files by size, click
the actions button and select Sort By > Size.

Search for and Filter Project Files


You can search for project files and folders in both the Files and Dependency Analysis
views.

To search for a file or folder, in the search field at the top of the view, begin typing the file
or folder name. The asterisk character (*) is a wildcard. For example, to show only file
names that begin with coll and have a .m extension, type coll*.m.

To filter the files and folders in the current view, click the Filter button next to the
search field. In the Filter Builder dialog box, select the names, file types, project statuses,
and labels to filter by.

The Filter Builder displays the resulting filter. For example:
Filter = type=='MATLAB Code files (*.m, *.mlx)' AND project status=='In project'
AND label=='Classification:Test'
Click Apply to filter the files and folders in the current view. The search field displays the
applied filter.

Find Project Files
Free download pdf