Can I concatenate histogram?
Mostrar comentarios más antiguos
*hi every one ..simple question : can I concatenate the histograms for a block of an array ,,and how ??
1 comentario
Oleg Komarov
el 16 de Mayo de 2011
not clear.
Respuestas (1)
Ivan van der Kroon
el 16 de Mayo de 2011
0 votos
If you are using hist to produce histograms, the result will be an array (or matrix, but in that case matlab treats the colums of the input as arrays and finds the histogram of those). And yes, you can concatenate any matrix by using brackets and indexes, e.g. M(1:3,[5 7 9]).
Categorías
Más información sobre Histograms en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!