quad_mesh_order1_display


quad_mesh_order1_display, a MATLAB code which can make a 3D plot of piecewise constant data defined on a quadrilateral mesh.

The input from the user includes:

Usage:

quad_mesh_order1_display ( 'prefix' )
where 'prefix' is the common file prefix: reads the data and makes a plot.

Licensing:

The computer code and data files described and made available on this web page are distributed under the MIT license

Languages:

quad_mesh_order1_display is available in a MATLAB version.

Related Data and Programs:

bezier_surface_display, a MATLAB code which reads two files defining a bezier surface and displays it within MATLAB.

mesh_display, a MATLAB code which reads data defining a polygonal mesh and displays it, with optional numbering.

obj_display, a MATLAB code which reads an obj file defining a 3d object and displays it within MATLAB.

polygonal_surface_display, a MATLAB code which reads two files defining a polygonal surface and displays it within MATLAB.

quad_mesh, a MATLAB code which handles meshes of quadrilaterals over a 2d region;

quad_mesh_order1, a data directory which defines a format for storing meshes of quadrilaterals over a 2d region, and an associated data value which is constant over each quadrilateral element.

quad_mesh_order1_display, a MATLAB code which plots piecewise constant data associated with a mesh of quadrilaterals;

quad_mesh_order1_display_test

quad_surface_display, a MATLAB code which reads files defining a 3d quadrilateral mesh surface and displays it within MATLAB.

stla_display, a MATLAB code which reads an ascii stl file defining a 3d object and displays it within MATLAB.

tet_mesh_display, a MATLAB code which reads files defining a tet mesh and displays an image within MATLAB.

tri_surface_display, a MATLAB code which reads data defining a triangular mesh of a 3d surface and displays it.

triangulation_order1_display, a MATLAB code which plots piecewise constant data associated with a triangulation;

Source Code:


Last revised on 02 March 2019.