MATLAB COMPILER RELEASE NOTES User's Guide Page 384

  • Download
  • Add to my manuals
  • Print
  • Page
    / 716
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 383
R2009a
16-4
Help Browser No Longer Reopens at Startup
When you start MATLAB, the Help browser no longer automatically opens if you had it
open when you last quit MATLAB.
Compatibility Considerations
In previous versions, the Help browser opened at MATLAB startup if it had been open
when you last quit MATLAB. If you want the Help browser to automatically open at
startup, use a startup option. For example, you can include a helpbrowser statement in
your startup.m file. For more information, see Startup Options.
If you include a statement in a finish.m file that closes the Help browser automatically
whenever you quit MATLAB, you now can remove that statement because MATLAB now
performs the action by default.
docsearch Accepts Multiple Words Without Parentheses
The docsearch function, which you can use to search the documentation, now accepts
multiple words as input, without requiring the function form of the syntax. For example,
in previous versions, you used docsearch('word1 word2'), but now you can use
docsearch word1 word2. With the new form of the syntax, you can use all options for
docsearch, such as wildcards (for example, docsearch wor*) and exact phrases (for
example, docsearch "word1 word2").
View Your Platform (32-bit or 64-bit) and Architecture in the About Dialog Box
To find out if you are currently running a 32-bit or 64-bit version of MATLAB, select
Help > About MATLAB, and view the value in the resulting About MATLAB dialog
box. You might need to know the version if you want to take advantage of the benefits of
64-bit MATLAB, or if you want to use files that depend on the version, such as MEX-files.
The About MATLAB dialog box also shows the architecture value, for example, (win32)
or (win64). You use this value for the arch option of the mex function.
For more information, see Information About your Installation.
Workspace, Search Path, and File Operations
Enhancements to Current Directory Browser
These are the enhancements to the Current Directory browser:
Page view 383
1 2 ... 379 380 381 382 383 384 385 386 387 388 389 ... 715 716

Comments to this Manuals

No comments