MATLAB SIMULINK 7 - GRAPHICAL USER INTERFACE Podręcznik Użytkownika Strona 78

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 759
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 77
3 How to Create a Simple GUI Programmatically
7 Run your code by typing simple_gui2 at the command line. This is what
your GUI now looks like. Note that you can select a data set in the pop-up
menu and click the push buttons. But nothing happens. This is because
there is no code in the file to service the pop-up menu or the buttons.
8 Type help simpl e_gu i2 at the command line. MATLAB software displays
this help text.
help simple_gui 2
SIMPLE_GUI2 S elec t a data set fr om the pop-up menu, then
click one of the plot-type p ush buttons. Clicking the button
plots the selected data in the axes.
Thenexttopic,“CodetheSimpleProgrammaticGUI”onpage3-11,shows
you how to initialize the GUI.
3-10
Przeglądanie stron 77
1 2 ... 73 74 75 76 77 78 79 80 81 82 83 ... 758 759

Komentarze do niniejszej Instrukcji

Brak uwag