stem plots outside axes area?

조회 수: 1 (최근 30일)
Song Decn
Song Decn 2020년 1월 28일
댓글: Song Decn 2020년 1월 29일
does any one familiar with this issue? I simply use stem to plot, but the data outside axes area are shown
Snipaste_2020-01-28_10-19-19.png

답변 (1개)

Hiro Yoshino
Hiro Yoshino 2020년 1월 28일
Please show your code for me!
  댓글 수: 1
Song Decn
Song Decn 2020년 1월 29일
figure;
subplot(221);
subplot(222);
subplot(223);
Y = linspace(-2*pi,2*pi,50);
stem(Y)
xlim([20 50])
subplot(224);
sample codes above
it has some problem with subplot, i think
untitled.jpg

댓글을 달려면 로그인하십시오.

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by