Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

can anyone explain this line of code?

3 visualizaciones (últimos 30 días)
Vinay Kumar
Vinay Kumar el 16 de Oct. de 2014
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
center = [center;[round(i + (W-1)/2),round(j + (W-1)/2),theta]];
used in the orientation field estimation.

Respuestas (1)

Image Analyst
Image Analyst el 1 de Nov. de 2014
Editada: Image Analyst el 1 de Nov. de 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.

La pregunta está cerrada.

Etiquetas

Aún no se han introducido etiquetas.

Community Treasure Hunt

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

Start Hunting!

Translated by