MATLAB SIMULINK 7 - GRAPHICAL USER INTERFACE Specifiche Pagina 45

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 180
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 44
User Interface Controls
1-37
makes the axes whose Tag property is axes1 the current axes, and therefore the
target for plotting commands. You can switch the current axes whenever you
want to target a different axes. See GUI with Multiple Axes for and example
that uses two axes.
Figure
Figures are the windows that contain the GUI you design with the Layout
Editor. See the description of figure properties for information on what figure
characteristics you can control.
Displaying Plots in a Separate Figure
To prevent a figure from becoming the target of plotting commands issued at
the command line or by other GUIs, you can set the
HandleVisibility and
IntegerHandle properties to off. However, this means the figure is also
hidden from plotting commands issued by your GUI.
To issue plotting commands from your GUI, you should create a figure and
axes, saving the handles (you can store them in the
handles structure). You
then parent the axes to the figure and then parent the graphics objects created
by the plotting command to the axes. The following steps summarize this
approach:
Save the handle of the figure when you create it.
Create an axes, save its handle, and set its
Parent property to the figure
handle.
Create the plot, and save the handles, and set their
Parent properties to the
handle of the axes.
The following code illustrates these steps.
fHandle = figure('HandleVisibility','off','IntegerHandle','off',...
'Visible','off');
aHandle = axes('Parent',fHandle);
pHandles = plot(PlotData,'Parent',aHandle);
set(fHandle,'Visible','on')
Note that not all plotting commands accept property name/property value
specifications as arguments. Consult the reference page for the specific
command to see what arguments you can specify.
Vedere la pagina 44
1 2 ... 40 41 42 43 44 45 46 47 48 49 50 ... 179 180

Commenti su questo manuale

Nessun commento

Anthem A2 manuály

Uživatelské manuály a uživatelské příručky pro Přijímače a zesilovače Anthem A2.
Poskytujeme 1 manuály pdf Anthem A2 ke stažení zdarma podle typů dokumentů: Uživatelský manuál






Další produkty a příručky pro Přijímače a zesilovače Anthem

Modely Typ Dokumentu
P5 Uživatelský manuál   Anthem P5 User Manual, 10 stránky
PVA 8 Uživatelský manuál   Anthem PVA 8 User Manual, 12 stránky
MRX 710 Uživatelský manuál   Anthem MRX 710 User Manual, 60 stránky
MRX 710 Uživatelský manuál   Anthem MRX 710 Manuel d'utilisation, 60 stránky
BLX 200 Uživatelský manuál   Anthem BLX 200 User Manual, 46 stránky