필터 지우기
필터 지우기

how can i save results from loop as a row vector?

조회 수: 2 (최근 30일)
arkedia
arkedia 2014년 12월 15일
댓글: Image Analyst 2014년 12월 16일
If I have a loop
for i=1:4
for j=2:5
c=x(:,[i,j])
v=mean(x)
end
end
I want to save the mean as a row vector for example mean=[5, 6, 7, 3, 8] How can i do it?
  댓글 수: 3
Chad Greene
Chad Greene 2014년 12월 15일
What is your x variable?
Image Analyst
Image Analyst 2014년 12월 16일
What are i and j? Row and column??? What is c used for? Anything? If x is a 2D matrix, then c is two columns of x extracted into its own array, but what are your plans for c? If you do mean() like that then v is a row vector of all the means of the columns - one mean for each column in the image.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

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

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by