xyz_display


xyz_display, a Octave 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.

>

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.

Related Data and codes:

xyz_display_test

grid_display, a Octave code which can display a 2D or 3D grid or sparse grid.

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

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

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

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

Source Code:


Last revised on 09 July 2024.