Installation guide

Directory Rep orts in Current Directory Browser
Files Not In Contents.m. This message appears when a file in the directory
is not in
Contents.m. These message s are highlighted in gray. Click yes
to add the filename and its description line from the M-file help to the
Contents.m file.
collatzall is in the directory but not Contents.m
collatzall - Plot length of sequence for Collatz problem
Add the line shown above? [ yes ]
Dependency Repor t
The Dependency R eport shows dependencies among M-files in a d irectory.
This helps you determine all the M-files you need to provide when you tell
someonetorunaparticularM-file. Ifyoudonotprovideallthedependent
M-files along with the M -file you want them to run, they will not be able
run the file. The report does not list as d ependencies the M-files in the
toolbox/matlab directory because ev ery MATLAB user already has those
files.
To access this report, follow the instructions in “Accessing and U sing
Directory Reports” on page 7-2. You can also access the report from the
Editor/Debugger Tools menu.
Select Show child functions to see a list of all M-file s (children) called by
each M-file in the directory (parent). The report also indicates where each
child function resides, for example, in a specified toolbox. If a child function’s
location is listed as unknown, it could be because the child function is not on
the s earch path o r in the current directory.
7-13