Hi,
I managed to display my X,Y,Z,Value data with a few MapToPlane's and
Isosurfaces
and a gradient field.
But now I'm stuck with computing the mean of all z-columns of the
gradient
field.
So I have now "positions" ([x y z]), "connections", "data" and a gradient
("saved data" ????).
For every z-column on position Xi,Yj I need the mean of all values in the
Z-direction.
For example: the mean on X4,Y4 = value(X4,Y4,Z0) + value(X4,Y4,Z1) +
value(X4,Y4,Z2) + ...
I tried with Mark(field,"data"), Compute(gradient.2,input)(=z-component
of gradient field), Statistics, Unmark but then I get the the mean of all
z-values of all Xi,Yj.
Any ideas???
With kind regards,
Larry de Graaf