User`s guide

10 Functions — Alphabetical List
10-20
Create a Canvas in a Uipanel
Create a figure.
pf = figure;
Create a uipanel in the figure and specify a title.
pp1 = uipanel('Parent',pf);
pp1.Title = 'Panel with Title';
Create and open a virtual world.
w = vrworld('vrlights.wrl');
open(w);