MATLAB SIMULINK 3D ANIMATION - S User's Guide Page 365

  • Download
  • Add to my manuals
  • Print
  • Page
    / 490
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 364
capture
10-25
lights_world = vrworld('vrlights.wrl');
open(lights_world);
Create a vr.canvas object for lights_world.
c = vr.canvas(lights_world,gcf,[30 30 300 200]);
Capture an image of the canvas.
image_capture = capture(c);
Display an RGB image of the canvas in a MATLAB figure window.
image(image_capture);
“MATLAB Interaction”
“Create vrworld Object for a Virtual World”
See Also
vrworld | image
Introduced before R2006a
Page view 364
1 2 ... 360 361 362 363 364 365 366 367 368 369 370 ... 489 490

Comments to this Manuals

No comments