MATLAB POLYSPACE RELEASE NOTES Instrukcja Użytkownika Strona 121

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 240
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 120
Creating Mesh and Surface Plots
surf(X,Y,Z)
colormap hsv
colorbar
See the colormap reference page for information o n colormaps.
For More Information See “Creating 3-D Graphs” in the MATLAB 3-D
Visualization documentation for more information on surface plots.
Making Surfaces Transparent
You can make the faces of a surface transparent to a varying degree.
Transparency (referred to as the alpha value) can be specified for the whole
object or can be based on an
alphamap, which behaves similarly to colormaps.
For example,
surf(X,Y,Z)
colormap hsv
alpha(.4)
3-65
Przeglądanie stron 120
1 2 ... 116 117 118 119 120 121 122 123 124 125 126 ... 239 240

Komentarze do niniejszej Instrukcji

Brak uwag