MATLAB SIMULINK 3D ANIMATION - S Betriebsanweisung Seite 365

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 490
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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
Seitenansicht 364
1 2 ... 360 361 362 363 364 365 366 367 368 369 370 ... 489 490

Kommentare zu diesen Handbüchern

Keine Kommentare