User`s guide
10 Examples of GUIDE GUIs
The file name of the movie ends with the number o f frames it contains.
Supposing the m ovie’s file name is
globe360.mat,youplayitwith:
load globe360
axis equal off
movie(globeframes)
The playback looks like this.
To see the spinstopbutton_Callb ack code in globegui.m in the MATLAB
Editor, click here.
Graphics Techniques Used in the 3-D Globe GUI
To learn more about how this GUI uses Handle Graphics to create and view
3-D objects, read the following sections:
10-24