Gráficas de superficie y de malla
Representación de datos de malla como gráficas de superficie y de malla
Funciones
surf | Gráfica de superficie |
surfc | Contour plot under surface plot |
surface | Primitive surface plot |
surfl | Surface plot with colormap-based lighting |
surfnorm | Surface normals |
mesh | Gráfica de superficie de malla |
meshc | Contour plot under mesh surface plot |
meshz | Mesh surface plot with curtain |
hidden | Remove hidden lines from mesh plot |
fsurf | Plot 3-D surface |
fmesh | Plot 3-D mesh |
fimplicit3 | Plot 3-D implicit function |
Propiedades
Surface Properties | Chart surface appearance and behavior |
Surface Properties | Primitive surface appearance and behavior |
FunctionSurface Properties | Surface chart appearance and behavior |
ImplicitFunctionSurface Properties | Implicit surface chart appearance and behavior |
ParameterizedFunctionSurface Properties | Parameterized surface chart appearance and behavior |
Temas
- Crear gráficas en 3D
Este ejemplo muestra la manera de crear distintas gráficas en 3D en MATLAB®.
- Changing Surface Properties
This example shows how to get properties of a surface plot in MATLAB® and change the property values to customize your plot.
- Representing Data as a Surface
You can visualize matrix data on a rectangular grid using surface plots.
- Cómo se relacionan los datos de una gráfica de superficie con un mapa de colores
Cambiar la relación entre los datos de una gráfica de superficie y el mapa de colores.