Accessing a cell in a 2D grid

3 visualizaciones (últimos 30 días)
Lama Hamadeh
Lama Hamadeh el 3 de Jul. de 2021
Comentada: dpb el 4 de Jul. de 2021
Hi all,
I have a 2D grid as shown below where each cell represents a pair of and where and . I would like to construct a new index that combines these two indices to run over all of the cells as a one continous number.
Any help would be appreciated.
Thanks.

Respuestas (1)

Cris LaPierre
Cris LaPierre el 3 de Jul. de 2021
Consider using linear indexing. You can find an explanation towards the middle of this page. It is also explained here. If you need to go back and forth between a linear index and row/column indexing, you can use the functions ind2sub and sub2ind.
  6 comentarios
Lama Hamadeh
Lama Hamadeh el 4 de Jul. de 2021
That is amazing! Many thanks for that!
dpb
dpb el 4 de Jul. de 2021
Yet again, however, I'd almost wager it isn't the most fruitful approach to the problem...

Iniciar sesión para comentar.

Categorías

Más información sobre Matrix Indexing en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by