fsmooth
Smoothes a topology base provided by ffit
Contents
Syntax
topologicalFit = fsmooth( topologicalBase): Smoothes the topologicalBase and returns the sfit-object in SI units.
topologicalFit = fsmooth( topologicalBase , ROI): If fanalyze was called with an ROI, fsmooth should use the same.
[ topologicalFit, xData, yData, zData ] = fsmooth( ... ): In addition to return the sfit-object the raw data (in SI units) can be returned.