Combine the subplot into a one plot

조회 수: 1 (최근 30일)
Jason
Jason 2016년 4월 5일
답변: Azzi Abdelmalek 2016년 4월 5일
I have a for-loop, in each loop, it will draw a plot. How can I combine those each plot in a big plot? I mean how to combine those 10 plot into a one plot?
for i = 1:10
...
subplot(1,2,1)...
subplot(1,2,2)...
...
end

채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2016년 4월 5일
Use hold on command

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Line Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by