Program: MKLSGRIDGETCOFZTRI
mklsgridgetcofztri........get compatibility as function of radius
call: [r,cofz,nodecnt]=mklsgridgetcofztri(lsopt,mygrid);
lsopt: (structure)
LOCSMITH options structure as returned by MKSLOPT.
mygrid: (strcutrue array)
triangular LOCSMITH search grid as returned by MKLSGRIDNEW.
result: r: (numeric array) [km]
List of layer radii of all layers in MYGRID.
cofz: (numeric array) [counter]
Compatibility as function of radius
This gives the maximum compatibility of nodes with data for
each layer, i.e. the maximum compatibility value of each
layer.
cofz(i) is the compatibility at radius r(i).
COFZ means "Compatibility as function OF Z".
nodecnt: (numeric array) [counter]
number of nodes at radius r(i)
Martin Knapmeyer, 27.06.2005
Read M-File Source Code
eof.