Graphical User Interface (GUI)
- Introduction
A
graphical user interface (GUI) is a graphical display in one or more windows
containing controls, called components that enable a user to perform
interactive tasks. The user of the GUI does not have to create a script or type
commands at the command line to accomplish the tasks. Unlike coding programs to
accomplish tasks, the user of a GUI need not understand the details of how the
tasks are performed.
- The GUI contents
- An axes component.
- A pop-up menu listing three data sets that correspond to MATLAB functions: peaks, membrane, and sinc
- A static text component to label the pop-up menu.
- Three buttons that provide different kinds of plots: surface, mesh, and contour.