Can I concatenate histogram?
1 次查看(过去 30 天)
显示 更早的评论
*hi every one ..simple question : can I concatenate the histograms for a block of an array ,,and how ??
回答(1 个)
Ivan van der Kroon
2011-5-16
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]).
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Histograms 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!