MATLAB SIMULINK 7 - GRAPHICAL USER INTERFACE Manuel d'utilisateur Page 229

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 330
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 228
GUI with Multiple Axes
10-5
For example, the Tag of the axes used to display the FFT is set to
frequency_axes. Therefore, within a callback, you access its handle with
handles.frequency_axes
Likewise, the Tag of the time axes is set to time_axes.
See “The Handles Structure” on page 8-13 for more information on the
handles
structure. See “Plot Push Button Callback” on page 10-6 for the details of how
to use the handle to specify the target axes.
GUI Option Settings
There are two GUI option settings that are particularly important for this GUI:
Resize behavior:
Proportional
Command-line accessibility: Callback
Proportional Resize Behavior. Selecting Proportional as the resize behavior
enables users to change the GUI to better view the plots. The components
change size in proportion to the GUI figure size. This generally produces good
results except when extremes of dimensions are used.
Callback Accessibility of Object Handles. When GUIs include axes, handles should
be visible from within callbacks. This enables you to use plotting commands
Vue de la page 228
1 2 ... 224 225 226 227 228 229 230 231 232 233 234 ... 329 330

Commentaires sur ces manuels

Pas de commentaire