User`s guide
3 How to Create a Simple GUI Programmatically
MATLAB Functions Used to Create the Simple Programmatic GUI
(Continued)
Function Description
movegui
Move GUI figure to specified location on screen.
uicontrol
Create user interface control objects, such as
push buttons, static text, and pop-up menus.
Other MATLAB Functions Used to Program the GUI
Function Description
contour
Contour graph of a matrix
eps
Floating point relative accuracy
get
Query object properties
membrane
Generate data used in the MATLAB logo (a
demo function)
mesh
Mesh plot
meshgrid
Generate X and Y a rrays for 3-D plots
peaks
Example f unction of two variables.
set
Set object properties
sin
Sine; result in radians
sqrt
Square root
surf
3-D shaded surface plot
3-4