cal_settling('FS6b.col',20,[],1.85)
|
simple use with
temperature 20°C, settling height 1.85 m
|
cal_settling('FS6b.col',20,2800,1.85)
|
with grain density
2800 kg m-3
|
cal_settling('FS6b.col',20,[],1.85,'nofig')
|
without drawing a
figure (useful inside loops)
|
cal_settling('FS6b.col',20,[],1.85,'copy')
|
numerical results
copied into the system clipboard
|
cal_settling('FS6b.col',20,[],1.85,1/4)
|
with results at 1/4
Phi resolution
|
cal_settling('FS6b.col',20,[],1.85,'i08')
|
ignore the first 8 seconds
|
cal_settling({'FS6a.col','FS6b.col'},20,[],1.85)
|
average two analyses
with the same temperature
|
cal_settling({'FS6a.col','FS6b.col'},[20,21],[],1.85)
|
average two analyses
with different temperatures
|
distribution =
cal_settling(...)
|
return grain-size
distribution in two columns (finer limit of grain-size classes and
sediment-mass proportion
|
[distribution,classes]
= cal_settling(...)
|
return distribution
(1 column with sediment-mass proportion) and separated variables with limits
of grain-size classes)
|
[distribution,classes,stat]
= cal_settling(...)
|
return also the
grain-size statistics
|
Ws=cal_settling([],20)
|
return the settling
velocities in m/s
|