centroid.m

From Spinach Documentation Wiki
Revision as of 19:35, 6 June 2026 by Kuprov (talk | contribs) (Update function See also links and function index membership)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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