Community Profile

photo

TANMOY SINGHA


Last seen: 4 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
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 years ago | 0