How to plot a linear regression of iterations of data in matlab?
7 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Is it possible to find linear regression of a boxplot in matlab?
0 commentaires
Réponses (1)
dpb
le 7 Juin 2024
See boxchart -- look at the example "Superimpose Data On Box Charts Example". Execute the following at command line or look at the examples for the function. It canNOT be done with the boxplot function because it is a standalone specialized graphics object--annoying TMW has done this, but...
openExample('graphics/SuperimposeDataOnBoxChartsExample')
0 commentaires
Voir également
Catégories
En savoir plus sur Linear Regression dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!