MATLAB SIMULINK 7 - GRAPHICAL USER INTERFACE Betriebsanweisung Seite 373

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 759
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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
Seitenansicht 372
1 2 ... 368 369 370 371 372 373 374 375 376 377 378 ... 758 759

Kommentare zu diesen Handbüchern

Keine Kommentare