Creating more figures with/in command window

Hi
I have some results, nowing showing it in a histogram,
Hist(DATA),
the command windows creates a figure (Figure 1), but entering the second code, with new HISTA(DATA2), overwrites the first figure (1).
How can program that it makes a 2nd figure for the 2nd hist/graph.

 채택된 답변

Walter Roberson
Walter Roberson 2012년 12월 14일

0 개 추천

Before the second hist() call, give the command
figure

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Histograms에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by