Histogram of cell array ?
    7 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
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 Kommentare
Akzeptierte Antwort
  Andrei Bobrov
      
      
 am 10 Aug. 2011
        % Ain - 4-D cell array
hist(cell2mat(cellfun(@(x)x(:),Ain(:),'un',0)))
4 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
				Mehr zu Histograms finden Sie in Help Center und File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

