how to set histogram xbins in gplotmatrix() ?
2 views (last 30 days)
Show older comments
Hello,
I have a data set with 3 different variables with 20 values each. (20x3)
Can I specify the number of groupings with 'hist' (xbins)? Matlab only creates 4 different groupings and I would like to have 10 groupings. The photo in the appendix shows my problem, the division into 4 groups is simply too imprecise.
Another question, I have a solution with the command:
gplotmatrix(data,[],[],[],[],[],'off','hist')
I don't understand what [ ] is doing in the function. data is 20x3 double.
Many thanks and greetings

0 Comments
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!