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 Center および File ExchangeSubplots についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by