Difference between revisions of "Cylgrid.m"
(Created page with "Draws a cylindrical grid with 10% spacing added around the indicated data extent values. Syntax: cylgrid(zmin,zmax,rmax)") |
|||
| Line 1: | Line 1: | ||
| − | Draws a cylindrical grid with 10% spacing added around the indicated data extent values. | + | {{DISPLAYTITLE:cylgrid.m}} __NOTOC__ |
| + | Draws a cylindrical grid with 10% spacing added around the indicated data extent values. | ||
| − | + | ==Syntax== | |
| + | |||
| + | cylgrid(zmin,zmax,rmax) | ||
| + | |||
| + | ==Arguments== | ||
| + | |||
| + | zmin - lower bound on the Z axis | ||
| + | |||
| + | zmax - upper bound on the Z axis | ||
| + | |||
| + | rmax - upper bound on the radius | ||
| + | |||
| + | ==Outputs== | ||
| + | |||
| + | this function updates the current figure | ||
| + | |||
| + | ==Examples== | ||
| + | |||
| + | >> cylgrid(-1,1,1) | ||
| + | |||
| + | [[File:cylgrid.png]] | ||
| + | |||
| + | ==See also== | ||
| + | [[plot_1d.m]], [[plot_2d.m]], [[plot_3d.m]], [[molplot.m]], [[volplot.m]] | ||
| + | |||
| + | |||
| + | ''Version 2.4, authors: [[Emile Ottoy]], [[Ilya Kuprov]]'' | ||
Revision as of 10:15, 25 July 2019
Draws a cylindrical grid with 10% spacing added around the indicated data extent values.
Syntax
cylgrid(zmin,zmax,rmax)
Arguments
zmin - lower bound on the Z axis zmax - upper bound on the Z axis rmax - upper bound on the radius
Outputs
this function updates the current figure
Examples
>> cylgrid(-1,1,1)
See also
plot_1d.m, plot_2d.m, plot_3d.m, molplot.m, volplot.m
Version 2.4, authors: Emile Ottoy, Ilya Kuprov
