About 47,700 results
Open links in new tab
  1. mesh - Mesh surface plot - MATLAB - MathWorks

    This MATLAB function creates a mesh plot, which is a three-dimensional surface that has solid edge colors and no face colors.

  2. Surface and Mesh Plots - MATLAB & Simulink - MathWorks

    Visualize 3-D data using surface and mesh plots. Create surfaces that are made of solid or semitransparent faces and face edges, and create mesh plots that show only the face edges.

  3. fmesh - Plot 3-D mesh - MATLAB - MathWorks

    This MATLAB function creates a mesh plot of the expression z = f(x,y) over the default interval [-5 5] for x and y.

  4. meshgrid - 2-D and 3-D grids - MATLAB - MathWorks

    This MATLAB function returns 2-D grid coordinates based on the coordinates contained in vectors x and y.

  5. meshz - Mesh surface plot with curtain - MATLAB - MathWorks

    This MATLAB function creates a mesh plot with a curtain around it.

  6. Representing Data as a Surface - MATLAB & Simulink - MathWorks

    MATLAB then constructs the surface plot by connecting neighboring matrix elements to form a mesh of quadrilaterals. To produce a surface plot from nonuniformly sampled data, use scatteredInterpolant …

  7. meshc - Contour plot under mesh surface plot - MATLAB

    This MATLAB function creates a mesh plot with a contour plot underneath.

  8. Creating 3-D Plots - MATLAB & Simulink Example - MathWorks

    Mesh Plot The mesh function creates a wireframe mesh. By default, the color of the mesh is proportional to the surface height.

  9. trimesh - Triangular mesh plot - MATLAB - MathWorks

    This MATLAB function plots the 2-D triangular mesh defined by the points in vectors x and y and a triangle connectivity matrix T.

  10. pdemesh - Plot PDE mesh - MATLAB - MathWorks

    This MATLAB function plots the mesh represented by the Mesh property of an fegeometry object.