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

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 490
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 433
10 Functions — Alphabetical List
10-94
Examples
Convert MATLAB Patches to VRML IndexedFaceSet Nodes
This command converts three MATLAB patches to VRML IndexedFaceSet nodes.
Create surface using MATLAB peaks function.
fig = figure('Name','Source peaks surface');
s = surf(peaks);
Convert the peaks surface to a patch.
peaksPatch = patch(surf2patch(s));
delete(s);
shading interp;
Create and open an empty virtual world.
w2 = vrworld('');
open(w2);
Create and bind viewpoint
dv = vrnode(w2, 'DefaultViewpoint','Viewpoint');
Przeglądanie stron 433
1 2 ... 429 430 431 432 433 434 435 436 437 438 439 ... 489 490

Komentarze do niniejszej Instrukcji

Brak uwag