User`s guide
Manuals
Brands
MATLAB Manuals
Other
CURVE FITTING TOOLBOX - RELEASE NOTES
171
172
173
174
175
176
177
178
179
180
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 Al
so
fit
,
fittype
1
...
...
175
176
177
178
179
...
...
216