MATLAB SIMULINK 3D ANIMATION - S Guide de l'utilisateur Page 365

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 490
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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
Vue de la page 364
1 2 ... 360 361 362 363 364 365 366 367 368 369 370 ... 489 490

Commentaires sur ces manuels

Pas de commentaire