plotting in matlab not working

조회 수: 1 (최근 30일)
ali hassan
ali hassan 2020년 12월 2일
댓글: ali hassan 2020년 12월 3일
hello everyone
my question is that i am not able to plot in matlab.
CODE:
t=linspace(0.0000000000000001,0.0000000000001,100000000);
[minval ind]=min(t)
[maxval ind1]=max(t)
size(t)
xs=randn(1,100000000);
subplot(3,1,1)
plot(t,xs)
output:
BEST REGARDS
  댓글 수: 2
dpb
dpb 2020년 12월 2일
New symptom or new installation?
Have you restarted MATLAB/rebooted just to be sure it's reproducible?
ali hassan
ali hassan 2020년 12월 3일
i have'nt rebooted it or anything like that.
i think it is the number of values which is a problem.
plotting is done only on some values.

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

답변 (0개)

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by