MATLAB POLYSPACE RELEASE NOTES Manual de usuario Pagina 121

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 240
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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
Vista de pagina 120
1 2 ... 116 117 118 119 120 121 122 123 124 125 126 ... 239 240

Comentarios a estos manuales

Sin comentarios