dd_spherepoint
¶
One particle distanced from particles distributed on a sphere
Syntax¶
info = dd_spherepoint()
P = dd_spherepoint(r,param)
- Parameters
r
- Distance axis (N-array)param
- Model parameters
- Returns
P
- Distance distribution (N-array)info
- Model information (struct)
Model¶

Variable | Symbol | Default | Lower | Upper | Description |
---|---|---|---|---|---|
param(1) |
1.5 | 0.1 | 20 | Sphere radius | |
param(2) |
3.5 | 0.1 | 20 | Distance to point |
Example using default parameters:

Description¶
info = dd_spherepoint()
Returns an info
structure containing the specifics of the model:
info.model
- Full name of the parametric model.info.nparam
- Total number of adjustable parameters.info.parameters
- Structure array with information on individual parameters.
P = dd_spherepoint(r,param)
Computes the distance distribution model P
from the axis r
according to the parameters array param
. The required parameters can also be found in the info
structure.
References¶
[1] D.R. Kattnig, D. Hinderberger, Journal of Magnetic Resonance, 230 (2013), 50-63. DOI: 10.1016/j.jmr.2013.01.007