Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

can anyone explain this line of code?

3 Ansichten (letzte 30 Tage)
Vinay Kumar
Vinay Kumar am 16 Okt. 2014
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
center = [center;[round(i + (W-1)/2),round(j + (W-1)/2),theta]];
used in the orientation field estimation.

Antworten (1)

Image Analyst
Image Analyst am 1 Nov. 2014
Bearbeitet: Image Analyst am 1 Nov. 2014
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.

Diese Frage ist geschlossen.

Tags

Noch keine Tags eingegeben.

Community Treasure Hunt

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

Start Hunting!

Translated by