how to do linear line in GUI
Afficher commentaires plus anciens
i want to insert linear line like the first picture and if possible the equation of y intercept too.
second picture is the command for the GUI window and the last pic is the current graph

3 commentaires
Walter Roberson
le 27 Déc 2020
sy w
le 3 Jan 2021
Walter Roberson
le 4 Jan 2021
You can record the handle of the refline() and set the LineStyle property to '--' to get the broken line.
Réponses (1)
Cris LaPierre
le 4 Jan 2021
Modifié(e) : Cris LaPierre
le 4 Jan 2021
1 vote
You would do it the same way you would in MATLAB.
Incidentally, either approach will return you the slope (m) and intercept (b), which you can use with refline. If you want the fit line to extend beyond the data, create an X vector that covers the range of values you would like, and use your equation to compute the corresponding Y values.
Catégories
En savoir plus sur Get Started with Curve Fitting Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!