plotting in matlab not working
2 ビュー (過去 30 日間)
古いコメントを表示
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
2020 年 12 月 2 日
New symptom or new installation?
Have you restarted MATLAB/rebooted just to be sure it's reproducible?
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Annotations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!