MATLAB SIMULINK 7 - GRAPHICAL USER INTERFACE Manuale Utente Pagina 276

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 330
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 275
10 Examples of GUIDE GUIs
10-52
- Updates the output field in the handles structure
- Executes
uiresume to return control to the opening function where uiwait
is called.
5 The output function is called, which returns the string Yes or No as an output
argument, and deletes the dialog with the command
delete(handles.figure1)
6 When the GUI with the Close button regains control, it receives the string
Yes or No. If the answer is 'No', it does nothing. If the answer is 'Yes', the
close button callback closes the GUI with the command
delete(handles.figure1)
Vedere la pagina 275
1 2 ... 271 272 273 274 275 276 277 278 279 280 281 ... 329 330

Commenti su questo manuale

Nessun commento