good morning , how can i plot a histogram for this code?

Tl=exprnd(1:10); for l=1:10
Nl=(1./Tl)*60*15;
end histogram(Tl,Nl)

回答 (1 件)

KL
KL 2017 年 10 月 29 日

0 投票

It's a good morning to read some documentation too, https://de.mathworks.com/help/matlab/ref/histogram.html
Tl=exprnd(1:10);
Nl=(1./Tl)*60*15;
histogram(Nl)

この質問は閉じられています。

タグ

質問済み:

2017 年 10 月 29 日

閉鎖済み:

2021 年 8 月 20 日

Community Treasure Hunt

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

Start Hunting!

Translated by