MATLAB SIMULINK 3D ANIMATION - S Betriebsanweisung Seite 378

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 490
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 377
10 Functions — Alphabetical List
10-38
close
Class: vrfigure
Close virtual reality figure
Syntax
close(figure)
Description
close(figure) closes the virtual reality figure referenced by figure. If figure is a
vector of vrfigure object handles, then the method closes multiple figures.
Input Arguments
figure — Virtual reality figure
vrfigure object
Virtual reality figure, specified as a vrfigure object.
Examples
Capture a Figure
myworld = vrworld('vrpend.wrl');
open(myworld);
f = vrfigure(myworld);
close(f)
“MATLAB Interaction”
“Create vrworld Object for a Virtual World”
See Also
vrfigure class | vrworld
Seitenansicht 377
1 2 ... 373 374 375 376 377 378 379 380 381 382 383 ... 489 490

Kommentare zu diesen Handbüchern

Keine Kommentare