MATLAB COMPILER RELEASE NOTES User's Guide Page 154

  • Download
  • Add to my manuals
  • Print
  • Page
    / 716
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 153
R2013b
4-20
Graphics
Mac support for copying figures in vector formats to other applications
MATLAB for Mac now supports copying figures to other applications in a high-resolution
PDF format. If the figure contains uicontrols, then MATLAB uses a TIFF format instead.
savefig for saving figures to FIG-files
savefig saves one or more figures to a FIG-file.
OpenGL workarounds
If MATLAB crashes because of problems with your current version of OpenGL, then use
one of the following workarounds:
Start MATLAB with the -softwareopengl startup flag to use the software version
of OpenGL.
Execute the opengl neverselect command in your startup.m file to prevent
MATLAB from selecting OpenGL as the renderer.
Functionality being removed or changed
Functionality What Happens
When You Use
This Functionality?
Use This Instead Compatibility Considerations
Numeric specifiers to set legend
location
Still runs Supported
string
specifiers
Remove all instances of
using numeric specifiers to
set the legend location
get(0,'CommandWindowSize') Still Runs matlab.desktop.commandwindow.sizeReplace all instances of
get(0,'CommandWindowSize')
with
matlab.desktop.commandwindow.size.
The new command is
compatible with MATLAB
R2013a and later releases.
Page view 153
1 2 ... 149 150 151 152 153 154 155 156 157 158 159 ... 715 716

Comments to this Manuals

No comments