addFitLine
Cite As
Rob Campbell (2023). addFitLine (https://www.mathworks.com/matlabcentral/fileexchange/26323-addfitline), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
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.34.0.0 | Polynomial fit plot now produces a line that is the same color as the data points. |
||
1.33.0.0 | Fix bug in polyfit section: x data were being sorted but not y data.
|
||
1.31.0.0 | clarify what this function does |
||
1.3.0.0 | Correct indexing bug |
||
1.2.0.0 | the polynomial fit was not return plot handles |
||
1.1.0.0 | Improved error checking: removes text and patch elements before acquiring plot data.
|
||
1.0.0.0 |