Difference between revisions of "Cylgrid.m"

From Spinach Documentation Wiki
Jump to: navigation, search
(Created page with "Draws a cylindrical grid with 10% spacing added around the indicated data extent values. Syntax: cylgrid(zmin,zmax,rmax)")
 
(Update function See also links and function index membership)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
Draws a cylindrical grid with 10% spacing added around the indicated data extent values. Syntax:
+
{{DISPLAYTITLE:cylgrid.m}} __NOTOC__
 +
Draws a cylindrical grid with 10% spacing added around the indicated data extent values.
  
                          cylgrid(zmin,zmax,rmax)
+
==Syntax==
 +
 
 +
    cylgrid(zmin,zmax,rmax)
 +
 
 +
==Parameters==
 +
 
 +
    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]], [[axis_1d.m]], [[bloch_sph_plot.m]], [[bwr_cmap.m]], [[crop_2d.m]], [[fid2ascii.m]], [[int_2d.m]], [[mri_2d_plot.m]], [[plot_uf.m]], [[s2json.m]], [[scale_figure.m]], [[slice_2d.m]], [[stack_2d.m]], [[write_movie.m]], [[zoom_3d.m]], [[Import,_export,_and_visualisation]]
 +
 
 +
''Version 2.4, authors: [[Emile Ottoy]], [[Ilya Kuprov]]''

Latest revision as of 19:35, 6 June 2026

Draws a cylindrical grid with 10% spacing added around the indicated data extent values.

Syntax

    cylgrid(zmin,zmax,rmax)

Parameters

   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)

Cylgrid.png

See also

plot_1d.m, plot_2d.m, plot_3d.m, molplot.m, volplot.m, axis_1d.m, bloch_sph_plot.m, bwr_cmap.m, crop_2d.m, fid2ascii.m, int_2d.m, mri_2d_plot.m, plot_uf.m, s2json.m, scale_figure.m, slice_2d.m, stack_2d.m, write_movie.m, zoom_3d.m, Import,_export,_and_visualisation

Version 2.4, authors: Emile Ottoy, Ilya Kuprov