Curve Fitting Tool
This tool helps fitting any linear and non-linear model to your data. Example data and non-linear model are predefined for testing purposes. Finding the solution to the example should take less than a minute. R2, coefficients and the function are all printed on the Command Window. You can stop the fitting process anytime by pressing Ctrl + C.
Model is saved in f_max, function in fun_max and coefficient values in values_max.
Cite As
Miika Wallius (2024). Curve Fitting Tool (https://www.mathworks.com/matlabcentral/fileexchange/76887-curve-fitting-tool), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxTags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.3 | Unnecessary things and comments removed. |
||
1.0.2 | First comment changed.
|
||
1.0.1 | Plot options are added.
|
||
1.0.0 |