stem plots outside axes area?

6 visualizaciones (últimos 30 días)
Song Decn
Song Decn el 28 de En. de 2020
Comentada: Song Decn el 29 de En. de 2020
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

Respuestas (1)

Hiro Yoshino
Hiro Yoshino el 28 de En. de 2020
Please show your code for me!
  1 comentario
Song Decn
Song Decn el 29 de En. de 2020
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

Iniciar sesión para comentar.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by