Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

can anyone explain this line of code?

조회 수: 1 (최근 30일)
Vinay Kumar
Vinay Kumar 2014년 10월 16일
마감: MATLAB Answer Bot 2021년 8월 20일
center = [center;[round(i + (W-1)/2),round(j + (W-1)/2),theta]];
used in the orientation field estimation.

답변 (1개)

Image Analyst
Image Analyst 2014년 11월 1일
편집: Image Analyst 2014년 11월 1일
Looks like it's probably in a loop that's building up a list of center points of something. It's an N by 3 array where the first column is the x values, the second column is the y values, and the third column is an angle.

이 질문은 마감되었습니다.

태그

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

Community Treasure Hunt

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

Start Hunting!

Translated by