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:
quad_mesh_order1_display ( 'prefix' )where 'prefix' is the common file prefix:
The computer code and data files described and made available on this web page are distributed under the MIT license
quad_mesh_order1_display is available in a MATLAB version.
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_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;