Histogram of cell array ?
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuesta aceptada
Andrei Bobrov
el 10 de Ag. de 2011
% Ain - 4-D cell array
hist(cell2mat(cellfun(@(x)x(:),Ain(:),'un',0)))
4 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Histograms en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!