User`s guide

Desktop Tools and Development Environment
23-13
to ignore the line). That is, mlint will run for all lines in the file and will not ignore any
statements.
Hyperlink Now Part of Messages Displayed by mlint
When you run the mlint function, the line number in the messages displayed is a
hyperlink that when clicked, opens the file in the Editor/Debugger scrolled to that line
number.
Profiler Button Added to Toolbar
There is now a button on the MATLAB desktop toolbar to open the Profiler.
Publishing Results
New features and changes introduced in this version are described here.
Notebook Setup Changes; Some Arguments Removed
The notebook function setup behavior and syntax have changed.
When you run notebook('-setup'), MATLAB automatically obtains all the
information about your Microsoft Word application from the system registry for
yourWindows environment and you are no longer prompted to supply the information.
In previous versions, when you configured Notebook, you ran
notebook ('-setup')
Notebook then prompted you to specify the version of Word you were using, and if
needed, the location of Word and its template directory. You could supply the information
using optional arguments to the notebook function:
notebook('-setup', wordversion, wordlocation, templatelocation)
Now, when you run notebook('-setup'), MATLAB automatically obtains all the
Word information from the registry for yourWindows environment.
Compatibility Considerations
If you use notebook with the wordversion, wordlocation, and templatelocation
arguments in any of your files (for example, startup.m), remove those arguments in