GRID_DISPLAY is a MATLAB program which can read an ASCII file defining a set of points on a 2D or 3D grid or sparse grid, and display a plot of those points, inside a plot frame of user-specified range [Rmin,Rmax].
grid_display ( 'file_name', rmin, rmax )where
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
BALL_AND_STICK_DISPLAY, a MATLAB program which demonstrates the creation of a 3D "ball and stick" image;
CC_DISPLAY, a MATLAB program which displays points on various grids derived from the Clenshaw Curtis rule.
GL_DISPLAY, a MATLAB program which displays points on various grids derived from the Gauss-Legendre rule.
GRIDLINES, a MATLAB library which gives the user more control over drawing gridlines on a graph than the builtin "grid on" command.
GRIDS_DISPLAY, a MATLAB program which reads two files of grids or sparse grids, displays the first with hollow blue dots, the second with red dots.
NESTED_SEQUENCE_DISPLAY, a MATLAB program which displays a set of nested sequences.
QUADRATURE_RULES, a dataset directory which defines quadrature rules; a number of examples of sparse grid quadrature rules are included.
SPARSE_GRID_CC, a datatset directory which contains some sample sparse grids from the Clenshaw Curtis rule.
SPARSE_GRID_F2, a datatset directory which contains some sample sparse grids from the Fejer Type 2 rule.
SPARSE_GRID_GP, a datatset directory which contains some sample sparse grids from the Gauss Patterson rule.
SPARSE_GRID_HW, a MATLAB library which creates sparse grids based on Gauss-Legendre, Gauss-Hermite, Gauss-Patterson, or a nested variation of Gauss-Hermite rules, by Florian Heiss and Viktor Winschel.
SPARSE_GRID_NCC, a datatset directory which contains some sample sparse grids from the Newton Cotes Closed rule.
SPARSE_GRID_NCO, a datatset directory which contains some sample sparse grids from the Newton Cotes Open rule.
TENSOR_GRID_DISPLAY, a MATLAB program which can display the grid points of a tensor product rule used for interpolation or quadrature, in 1D, 2D or 3D.
XY, a data directory which contains some examples of 2D pointsets.
XY_DISPLAY, a MATLAB program which can read a file of coordinates of points, and display an image of the points in a MATLAB graphics window.
XY_DISPLAY_OPENGL, a C++ program which can read a file containing 2D point coordinates, and display an image of those points using Open GL.
A 2D example:
A 3D example:
You can go up one level to the MATLAB source codes.