MATLAB SIMULINK 7 - GRAPHICAL USER INTERFACE Betriebsanweisung Seite 267

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 759
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 266
Run a GUIDE GUI
for val = 1:3
set(handles.plot_popup,'Value',val)
simple_gui('plot_popup_Callback',...
handles.plot_popup,[],handles)
% Refresh handles after changi ng data
handles = guidata(hfig);
% Call contour push button cal lback
simple_gui('contour_pushbutton_Callbac k',...
handles.contour_pushbutton,[],handles )
pause(1)
% Call surf push button callba ck
simple_gui('surf_pushbutton_Callback', ...
handles.contour_pushbutton,[],handles )
pause(1)
% Call mesh push button callba ck
simple_gui('mesh_pushbutton_Callback', ...
handles.contour_pushbutton,[],handles )
pause(1)
end
set(0,'showHiddenHandles',temp);
rmpath(fullfile(docroot,'techdoc',' creating_guis','examples '))
7-13
Seitenansicht 266
1 2 ... 262 263 264 265 266 267 268 269 270 271 272 ... 758 759

Kommentare zu diesen Handbüchern

Keine Kommentare