Histogram of cell array ?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I have a 4-D cell containing a lot of values (from simulation). I wish to plot a histogram representing all those values. How do I do so?
0 Commenti
Risposta accettata
Andrei Bobrov
il 10 Ago 2011
% Ain - 4-D cell array
hist(cell2mat(cellfun(@(x)x(:),Ain(:),'un',0)))
4 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Histograms in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!