User`s guide

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