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!