MATLAB SIMULINK 7 - GRAPHICAL USER INTERFACE Guida Utente Pagina 373

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 759
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 372
Making Multiple GUIs Work Together
function fig ure_ CloseRequestFcn(hObject , eventdata, handle s)
% Don't close this figure. It must be dele ted from Icon Edit or
Do the same for the Tool Palette:
% in toolPalette
function fig ure_ CloseRequestFcn(hObject , eventdata, handle s)
% Don't close this figure. It must be dele ted from Icon Edit or
Finally, in the output function, delete all three GUIs:
% in Icon E dito r
function var argo ut = guide_iconedit or_O utputFcn(hObject, ...
eventdata, han dles )
% Return the cdata of the icon. If cancell ed, this will be empty
varargout{1} = handles.mIconCData;
delete(handles.toolPalette);
delete(handles.colorPalette);
delete(hObject);
9-43
Vedere la pagina 372
1 2 ... 368 369 370 371 372 373 374 375 376 377 378 ... 758 759

Commenti su questo manuale

Nessun commento