User`s guide
Platform Limitations
2-21
Graphics and Printing Limitations
GUIDE Limitations
The Application Options dialog configures the M-file generated by GUIDE. If
you comment out lines of code in this M-file, the
Application Options dialog
may not be able to represent the state of the generated code correctly. In
addition, the M-file may not function correctly.
If you want to remove code that has been added due to the settings of the
Application Options dialog, you should make changes to the dialog. GUIDE
updates the M-file the next time you save your layout.
If you want to prevent certain lines of generated code from executing, you
should remove these lines from the M-file instead of making these lines into
comments.
Note that these limitations apply only to code generated by GUIDE, not
user-written code.
Feature Limitation and Alternatives
Data
Statistics
Not supported.
Printing Uses the Release 11
Page Setup, Print Setup, and Print
dialog boxes. For information about these interfaces, see
“Printing MATLAB Graphics” in the online MATLAB
documentation.
Property
Editor
Not supported. Similar graphical user interfaces provide
access to figure, line and text objects. Use the
set and get
functions to modify Handle Graphics object properties.