Installation guide
Navigating in an M-File
Functions i
n the list appear alphabetically by name. To order them by their
position in
the file, click the Line column heading. The list does not include
functions
that are called from the M-file, but only shows lines in the current
M-file tha
tbeginwitha
function statement.
Alternat
ively, click the Show Functions button
on the toolbar. Then select
the subfu
nction or nested function you want to go to from the list. The
function
s are listed in order of position in the file.
Note that
the status bar shows the function and subfunction the current
line is p
art of.
Going to a Cell
For M-fi
le scripts that contain cells for rapid code iteration or publishing,
the Go To
dialog box lists cell titles.
Going to
aBookmark
You can s
et a b ookmark at a l ine in a file in the Editor/Debugger so you can
quickly
go to the bookm arked line. This is particularly useful in long files.
For exa
mple, while working on a lin e, if you need to look at ano ther part of
the fil
e and then return, set a b ookmark at the current line, go to the other
part of
thefile,andthengobacktothebookmark.
6-43