Is there any way to use plotregression in a subplot?
Afficher commentaires plus anciens
I'm plotting a linear regression using the MATLAB function plotregression
plotregression(x, y)
I would like to have 6 figures in a subplot
subplot(2,3,1) plotregression(x1,y1) subplot(2,3,2) plotregression(x2,y2) and so on
...but it didn't work! Any idea much would be appreciated in advance?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Discrete Data Plots 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!