Image out of sfit

5 views (last 30 days)
Nikola
Nikola on 5 Apr 2013
Hi all,
I want to extract an image( uint of float matrix) out of sfit object, because method imshow and some other useful methods, are not defined for sfit data type.
thanks, Nikola

Answers (1)

Image Analyst
Image Analyst on 5 Apr 2013
I don't know what an sfit object is. If it's in a MATLAB axes as a plot or image of some kind, then maybe you can use getframe().
  1 Comment
Nikola
Nikola on 5 Apr 2013
An sfit object encapsulates the result of fitting a surface to data. They are normally constructed by calling the FIT function.
sfit methods:
coeffvalues - Coefficient values.
confint - Confidence intervals for the coefficients of a fit
result object.
differentiate - Differentiate a surface fit object.
feval - FEVAL an sfit object.
plot - Plot a surface fit object.
predint - Prediction intervals for a fit result object or new
observations.
probvalues - Problem parameter values.
quad2d - Numerically integrate a surface fit object.

Sign in to comment.

Categories

Find more on Fit Postprocessing in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!