Accessing a cell in a 2D grid

3 visualizzazioni (ultimi 30 giorni)
Lama Hamadeh
Lama Hamadeh il 3 Lug 2021
Commentato: dpb il 4 Lug 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.

Risposte (1)

Cris LaPierre
Cris LaPierre il 3 Lug 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 Commenti
Lama Hamadeh
Lama Hamadeh il 4 Lug 2021
That is amazing! Many thanks for that!
dpb
dpb il 4 Lug 2021
Yet again, however, I'd almost wager it isn't the most fruitful approach to the problem...

Accedi per commentare.

Community Treasure Hunt

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

Start Hunting!

Translated by