'fittype' requires Curve Fitting Toolbox.
8 views (last 30 days)
Show older comments
I got the following error:
'fittype' requires Curve Fitting Toolbox.
Error in Untitled (line 10)
func1 = fittype('exp(a1 + a2*t)', ...
For the following code:

0 Comments
Answers (1)
Walter Roberson
on 11 Apr 2022
Install the Curve Fitting Toolbox (after having licensed it.)
0 Comments
See Also
Categories
Find more on Linear and Nonlinear Regression 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!