MATLAB SIMULINK 7 - GRAPHICAL USER INTERFACE Guida Utente Pagina 495

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 759
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 494
Create Figures for Programmatic GUIs
Property Values Description
Resize
on
, off.Defaultison. Determines if the user can
resize the figure window w ith
the mouse.
Toolbar
auto, none, figure.Default
is
auto.
Display or hide the default
figure toolbar.
none —donotdisplaythe
figure toolbar.
auto display the figure
toolbar, but remove it if
a user interface control
(
uicontrol)isaddedto
the f igure.
figure —displaythe
figure toolbar.
Units pixels, centimeters,
characters, i nche s,
normalized, points,Default
is
pixels.
Units of measurement used
to interpret position vector
Visible
on
, off.Defaultison. Determines whether a figure
is displayed on the screen.
For a complete list of properties and for more information about the properties
listed in the table, see the Figure Properties reference page.
The following statement names the figure My GUI, positions the figure on
thescreen,andmakestheGUIinvisiblesothattheusercannotseethe
components as they are added o r initialized. All other properties assume
their defaults.
f = figure('Visible','off','Name', 'My GUI',...
'Position',[360,500,450,285]);
11-7
Vedere la pagina 494
1 2 ... 490 491 492 493 494 495 496 497 498 499 500 ... 758 759

Commenti su questo manuale

Nessun commento