필터 지우기
필터 지우기

Can I concatenate histogram?

조회 수: 2 (최근 30일)
salem
salem 2011년 5월 16일
*hi every one ..simple question : can I concatenate the histograms for a block of an array ,,and how ??

답변 (1개)

Ivan van der Kroon
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]).

카테고리

Help CenterFile Exchange에서 Histograms에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by