XYF_DISPLAY
Display 2D Points and Faces in the MATLAB Graphics Window


XYF_DISPLAY is a MATLAB program which reads XYF information containing a list of 2D point coordinates, and the indices of points that form faces, and displays a plot in the MATLAB graphics window.

Usage:

xyf_display ( 'prefix' )
where reads the point coordinate data in 'prefix.xy' and the face information in 'prefix.xyf', and displays a plot.

Licensing:

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

Languages:

XYF_DISPLAY is available in a MATLAB version.

Related Data and Programs:

GRIDLINES, a MATLAB library which gives the user more control over drawing gridlines on a graph than the builtin "grid on" command.

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

PLOT_POINTS, a FORTRAN90 program which reads a set of points from a file and plots them into an Encapsulated PostScript file.

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

TRI_SURFACE_DISPLAY, a MATLAB program which reads data defining a triangular mesh of a 3D surface and displays it.

TRIANGULATION_DISPLAY, a MATLAB program which displays the nodes and elements of a triangulation on the MATLAB graphics screen;

XY_DISPLAY, a MATLAB program which reads an XY file containing the coordinates of points in 2D, and displays an image in a MATLAB graphics window;

XY_IO, a MATLAB library which reads and writes files in the XY, XYL and XYF formats.

XYF, a data directory which contains examples of XYF files, a simple 2D graphics point and face format;

XYF_DISPLAY_OPENGL, a C++ program which reads XYF information defining points and faces in 2D, and displays an image using OpenGL.

XYL_DISPLAY, a MATLAB program which reads XYL information defining points and lines in 2D, and displays an image in a MATLAB graphics window.

XYZF_DISPLAY, a MATLAB program which reads XYZF information defining points and faces in 3D, and displays an image using OpenGL.

Source Code:

Examples and Tests:

ANNULUS defines a set of points and lines that outline a quadrilateral mesh of a semicircular annulus.

You can go up one level to the MATLAB source codes.


Last revised on 29 June 2009.