gridlines_test
gridlines_test,
a MATLAB code which
calls gridlines(), which
draws grid lines on MATLAB plots.
Licensing:
The computer code and data files described and made available on this web page
are distributed under
the MIT license
Related Data and Programs:
gridlines,
a MATLAB code which
gives the user more control over drawing gridlines on a graph
than the builtin grid() command.
Source Code:
-
gridlines_test01.m,
plots 100 random points, and draws an 11 by 11 grid.
-
gridlines_test01.png,
a PNG image of the plot.
-
grid_polar_test.m,
plots 400 random points in the upper half circle, using
R = sqrt ( rand ), and 400 points in the lower half circle,
using R = rand.
-
grid_polar_test.png,
a PNG image of the plot.
-
gridlines_test03.m,
draws two triangular grids on one plot; the larger
triangle has 10 interior grid lines in each direction,
the smaller has 3.
-
gridlines_test03.png,
a PNG image of the plot.
Last revised on 24 January 2019.