User`s guide

feval
4-101
Create a fit result object and evaluate the object over a finer range in x.
y = x.^2+(rand(size(x))-0.5);
xx = (0:0.05:10)';
fresult = fit(x,y,ftype);
f = feval(fresult,xx);
See Also fit, fittype