Difference between revisions of "Plot 1d.m"
m (Rename Arguments section heading to Parameters) |
(Update function See also links and function index membership) |
||
| Line 35: | Line 35: | ||
==See also== | ==See also== | ||
| − | [[plot_2d.m]], [[slice_2d.m]], [[int_2d.m]], [[plot_3d.m]], [[mri_2d_plot.m]], [[volplot.m]], [[molplot.m]], [[hfc_display.m]], [[cst_display.m]] | + | [[plot_2d.m]], [[slice_2d.m]], [[int_2d.m]], [[plot_3d.m]], [[mri_2d_plot.m]], [[volplot.m]], [[molplot.m]], [[hfc_display.m]], [[cst_display.m]], [[apodisation.m]], [[axis_1d.m]], [[bloch_sph_plot.m]], [[bwr_cmap.m]], [[contspacing.m]], [[crop_2d.m]], [[cylgrid.m]], [[fid2ascii.m]], [[ft_axis.m]], [[heterodyne.m]], [[plot_uf.m]], [[s2json.m]], [[scale_figure.m]], [[stack_2d.m]], [[sweep2ticks.m]], [[write_movie.m]], [[xyz2pd.m]], [[zoom_3d.m]], [[Import,_export,_and_visualisation]], [[Kernel_utilities]] |
''Version 2.3, authors: [[Ilya Kuprov]], [[Luke Edwards]]'' | ''Version 2.3, authors: [[Ilya Kuprov]], [[Luke Edwards]]'' | ||
Latest revision as of 19:39, 6 June 2026
1D plotting utility.
Syntax
plot_1d(spin_system,spectrum,parameters,varargin)
Parameters
spectrum a column vector containing the
spectrum
parameters.sweep sweep width, Hz
parameters.spins spin species, e.g. {'1H'}
parameters.offset transmitter offset, Hz
parameters.axis_units axis units ('ppm','Gauss',
'mT','T','Hz','kHz','MHz')
parameters.derivative if set to 1, the spectrum is
differentiated before plotting
parameters.invert_axis if set to 1, the frequency axis
is inverted before plotting
varargin any number of any other para-
meters; these will be passed
to Matlab's plot() function
Outputs
this function produces a figure
See also
plot_2d.m, slice_2d.m, int_2d.m, plot_3d.m, mri_2d_plot.m, volplot.m, molplot.m, hfc_display.m, cst_display.m, apodisation.m, axis_1d.m, bloch_sph_plot.m, bwr_cmap.m, contspacing.m, crop_2d.m, cylgrid.m, fid2ascii.m, ft_axis.m, heterodyne.m, plot_uf.m, s2json.m, scale_figure.m, stack_2d.m, sweep2ticks.m, write_movie.m, xyz2pd.m, zoom_3d.m, Import,_export,_and_visualisation, Kernel_utilities
Version 2.3, authors: Ilya Kuprov, Luke Edwards