xyz_display


xyz_display, a MATLAB code which displays a 3D plot from a file of (X,Y,Z) point coordinates.

The data is stored in a text file of N rows and 3 columns.

Usage:

xyz_display ( 'filename.xyz' )
where

Licensing:

The information on this web page is distributed under the MIT license.

Languages:

xyz_display is available in a MATLAB version and an Octave version and an Python version.

Related Data and codes:

xyz_display_test

ball_and_stick_display, a MATLAB code which demonstrates the creation of a 3D ball and stick image;

grid_display, a MATLAB code which displays 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.

ply_display, a MATLAB code which displays an image of a 3D graphics file in PLY format;

quadrilateral_surface_display, a MATLAB code which reads files defining a 3D quadrilateral mesh surface and displays it.

sphere_xyz_display, a MATLAB code which reads XYZ information defining points in 3D, and displays a unit sphere and the points.

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 displays a plot.

xyz, a data directory which contains examples of XYZ files, a simple 3D graphics point and line format;

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 a corresponding image.

xyzl_display, a MATLAB code which reads XYZL information defining points and lines in 3D, and displays a corresponding image.

Source Code:


Last revised on 09 July 2024.