Larry
Followers: 0 Following: 0
Feeds
提问
Why doesn't fittype, in the curve fitting toolbox, see independent variable in input list of called function?
I want to use a fit model in the curve fitting toolbox complicated enough to warrant an m-file, but can't get fittype to recogni...
8 years 前 | 2 个回答 | 0
2
个回答已回答
Why doesn't fittype, in the curve fitting toolbox, see independent variable in input list of called function?
fittype( @(a, b, c, x) f *(a,b,c,x)*) works w/ f.m.
Why doesn't fittype, in the curve fitting toolbox, see independent variable in input list of called function?
fittype( @(a, b, c, x) f *(a,b,c,x)*) works w/ f.m.
8 years 前 | 0