MATLAB SIMULINK 7 - GRAPHICAL USER INTERFACE Bedienungsanleitung Seite 335

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 500
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 334
Structure of Programmatic UI Code Files
10-3
% Initialization tasks
% Construct the components
% Initialization tasks
% Callbacks for MYUI
% Utility functions for MYUI
end
Save the file in your current folder or at a location that is on your MATLAB path.
Run the Program
You can display your UI at any time by executing the code file. For example, if your UI
code file is myui.m, type
myui
at the command line. Provide run-time arguments as appropriate. The file must reside on
your path or in your current folder.
When you execute the code, a fully functional copy of the UI displays on the screen. If the
file includes code to initialize the UI and callbacks to service the components, you can
manipulate components that it contains.
Seitenansicht 334
1 2 ... 330 331 332 333 334 335 336 337 338 339 340 ... 499 500

Kommentare zu diesen Handbüchern

Keine Kommentare