Is there any way to use plotregression in a subplot?
이전 댓글 표시
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?
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Discrete Data Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!