xyz_display, a MATLAB code which displays a 3D plot from a file of point coordinates.
The data is stored in a text file of N rows and 3 columns.
>
xyz_display ( 'filename.xyz' )where
The information on this web page is distributed under the MIT license.
xyz_display is available in a MATLAB version.
ball_and_stick_display, a MATLAB code which demonstrates the creation of a 3D ball and stick image;
grid_display, a MATLAB code which can display a 2D or 3D grid or sparse grid.
mesh_display, a MATLAB code which reads data defining a polygonal mesh and displays it, with optional numbering.
mpas_grid_display, a MATLAB code which reads an MPAS NETCDF grid file and display the primary polygonal mesh or the dual triangular mesh.
plot_points, a FORTRAN90 code which reads a set of points from a file and plots them into an Encapsulated PostScript file.
ply_display, a MATLAB code which displays an image of a 3D graphics file in PLY format;
quad_surface_display, a MATLAB code which reads files defining a 3D quadrilateral mesh surface and displays it within MATLAB.
sphere_xyz_display, a MATLAB code which reads XYZ information defining points in 3D, and displays a unit sphere and the points in the MATLAB graphics window.
tri_surface_display, a MATLAB code which reads data defining a triangular mesh of a 3D surface and displays it.
xy_display, a MATLAB code which reads a set of 2D points from a file and plots them in a the MATLAB graphics window.
xyz, a data directory which contains examples of XYZ files, a simple 3D graphics point and line format;
xyz_display_opengl, a C++ code which reads a set of 3D points from a file and plots them in an OpenGL graphics window.
xyz_io, a MATLAB code which reads and writes files in the XYZ, XYZL, and XYZF formats.
xyzf_display, a MATLAB code which reads XYZF information defining points and faces in 3D, and displays an image in a MATLAB graphics window.
xyzl_display, a MATLAB code which reads XYZL information defining points and lines in 3D, and displays an image in a MATLAB graphics window.