do you have some videos about tables in Matlab?
1 view (last 30 days)
Show older comments
hi
Was wondering whether you could send me some links of videos dealing with tables in Matlab,,cant find webinars about them and on youtube there are not so detailed.
thanks
0 Comments
Accepted Answer
madhan ravi
on 25 Jan 2019
I can share some links of documentation and blog which are quite helpful:
8 Comments
madhan ravi
on 25 Jan 2019
Edited: madhan ravi
on 25 Jan 2019
Ah I see now
help histogram
Describes :
histogram(...,'BinMethod',BM), uses the specified automatic binning algorithm to determine the number and width of the bins.
BM represents 'integers' in your case.
'integers' - The integer rule is useful with integer data, as it creates a bin for each integer. It uses a bin width of 1 and places bin edges halfway between integers. This option is not supported for datetime or duration data.
All you need to do is read the documentations carefully.
More Answers (0)
See Also
Categories
Find more on Histograms in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!