MATLAB POLYSPACE RELEASE NOTES Uživatelský manuál Strana 121

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 240
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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
Zobrazit stránku 120
1 2 ... 116 117 118 119 120 121 122 123 124 125 126 ... 239 240

Komentáře k této Příručce

Žádné komentáře