photo

TANMOY SINGHA


Last seen: 約4年 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

  • First Answer

バッジを表示

Feeds

表示方法

回答済み
How to plot a histogram as a curve?
data = randn(1,1000); %// example data num_bars = 15; %// specify number of bars [n, x] = hist(data,num_bars); %// use two-out...

約4年 前 | 0