| Contents | Index |
f = figure
f = figure([])
f = figure(world)
f = figure(world, 'PropertyName', propertyvalue, ...)
f = figure returns an empty figure object. This object does not have a visual representation. All properties are empty.
f = figure([]) returns an empty vector of type figure.
f = figure(world) creates a new virtual reality figure. It shows the specified world(s) and returns the figure object, f.
f = figure(world, 'PropertyName', propertyvalue, ...) shows the specified world(s) with specified properties and returns the figure object, f.
Creating a virtual figure object with this method creates and displays the object in the figure window viewer (default viewer 'internalv5'). It ignores the value of the vrsetpref DefaultViewer property.
Create a vrfigure object.
w=vrworld('membrane.wrl')
open(w);
f=vrfigure(w)

Learn more about Simulink through this collection of videos, articles, technical literature and the Getting Started with Simulink Guide.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |