BOX_DISPLAY is a MATLAB program which creates a plot over a range of integer boxes, whose default color is gray, but some of which can be painted red (new stuff) and some painted blue (old stuff)
box_display ( m, n, @blue, @red, title )where
The computer code and data files made available on this web page are distributed under the GNU LGPL license.
BOX_DISPLAY is available in a MATLAB version.
BOX_PLOT, a MATLAB program which displays a box plot of data that consists of pairs of integers;
CC_DISPLAY, a MATLAB program which displays the abscissas used in various kinds of Clenshaw Curtis quadrature rules.
CIRCLE_GRID_DISPLAY, a MATLAB program which reads a matrix of integers, and draws a corresponding grid of circles filled with color.
CUBE_DISPLAY, a MATLAB program which displays a cube plot, over integer triples of data, of a function defined by two formulas.
GL_DISPLAY, a MATLAB program which displays the abscissas used in various kinds of Gauss Legendre quadrature rules.
GRIDLINES, a MATLAB library which gives the user more control over drawing gridlines on a graph than the builtin "grid on" command.
PRIME_PLOT a MATLAB program which displays a box plot of the prime and composite numbers.
XY_DISPLAY, a MATLAB program which reads a set of 2D points from a file and plots them in a the MATLAB graphics window.
XYF_DISPLAY, a MATLAB program which reads XYF information defining points and faces in 2D, and displays an image in a MATLAB graphics window.
XYL_DISPLAY, a MATLAB program which reads XYL information defining points and lines in 2D, and displays an image in a MATLAB graphics window.
XYZ_DISPLAY, a MATLAB program which reads a set of 3D points from a file and plots them in a the MATLAB graphics window.