addFitLine
Citation pour cette source
Rob Campbell (2025). addFitLine (https://www.mathworks.com/matlabcentral/fileexchange/26323-addfitline), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Plateformes compatibles
Windows macOS LinuxCatégories
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
Version | Publié le | Notes de version | |
---|---|---|---|
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 |