photo

Larry


Last seen: 3 months ago Active since 2016

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


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 ago | 2 answers | 0

2

answers

Answered
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 ago | 0