Difference between revisions of "Centroid.m"
m (Rename Arguments section heading to Parameters) |
(Update function See also links and function index membership) |
||
| Line 19: | Line 19: | ||
==See also== | ==See also== | ||
| − | [[probmax.m]], [[volplot.m]], [[kpcs.m]], [[ipcs.m]] | + | [[probmax.m]], [[volplot.m]], [[kpcs.m]], [[ipcs.m]], [[csa2racs.m]], [[eqmag.m]], [[fieldscan_enlev.m]], [[fieldscan_magn.m]], [[geffect.m]], [[hfc2pcs.m]], [[hfc2pms.m]], [[ippcs.m]], [[pcs2chi.m]], [[pcs_combi_fit.m]], [[pms2chi.m]], [[ppcs.m]], [[Built-in_experiments]] |
''Version 2.1, authors: [[Ilya Kuprov]]'' | ''Version 2.1, authors: [[Ilya Kuprov]]'' | ||
Latest revision as of 19:35, 6 June 2026
Finds the centre of mass point of a 3D probability density in a cube.
Syntax
[x,y,z]=centroid(probden,ranges)
Parameters
probden - probability density cube with dimensions
ordered as [X Y Z]
ranges - six-element vector giving axis extents
as [xmin xmax ymin ymax zmin zmax]
Outputs
[x,y,z] - centre of mass coordinates
See also
probmax.m, volplot.m, kpcs.m, ipcs.m, csa2racs.m, eqmag.m, fieldscan_enlev.m, fieldscan_magn.m, geffect.m, hfc2pcs.m, hfc2pms.m, ippcs.m, pcs2chi.m, pcs_combi_fit.m, pms2chi.m, ppcs.m, Built-in_experiments
Version 2.1, authors: Ilya Kuprov