addFitLine
Zitieren als
Rob Campbell (2024). addFitLine (https://www.mathworks.com/matlabcentral/fileexchange/26323-addfitline), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Plattform-Kompatibilität
Windows macOS LinuxKategorien
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
Version | Veröffentlicht | Versionshinweise | |
---|---|---|---|
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 |