MATLAB SIMULINK 3D ANIMATION - S Podręcznik Użytkownika Strona 377

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 490
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 376
capture
10-37
myworld = vrworld('vrmount.wrl');
open(myworld);
View the virtual world in the Simulink 3D Animation Viewer.
f = vrfigure(myworld);
Create an RGB image of the figure.
image_capture = capture(f);
Display the RGB figure image in a MATLAB figure window.
image(image_capture);
“MATLAB Interaction”
“Create vrworld Object for a Virtual World”
See Also
vrfigure class | vrworld | isvalid (vrfigure) | vrnode/isvalid | image
Introduced before R2006a
Przeglądanie stron 376
1 2 ... 372 373 374 375 376 377 378 379 380 381 382 ... 489 490

Komentarze do niniejszej Instrukcji

Brak uwag