MATLAB SIMULINK 7 - GRAPHICAL USER INTERFACE Betriebsanweisung Seite 426

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 759
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 425
10 Examples of GUIDE GUIs
It is the user’s responsibility to remove the new window when it is no longer
needed. The context menus can be programmed to do this. Because their
callbacks call
guidata to save the handle of the last figure created for each
of the GUI’s axes, another callback can delete or reuse either figure. For
example, the
plot_ax1_Callback and plot_ax2_Callb ack callbacks could
check
guidata for a valid axes handle stored in handles.axes1copy or
handles.axes2copy, and reuse the axes instead of creating a new figure.
Extend the tablestat GUI
You can extend the Tablestat example GUI in several ways to make it more
capable:
Enable the GUI to read in any data matrix in the MATLAB workspace or a
data file. To do this:
10-52
Seitenansicht 425
1 2 ... 421 422 423 424 425 426 427 428 429 430 431 ... 758 759

Kommentare zu diesen Handbüchern

Keine Kommentare