Info
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
What are the row and column subscripts needed to access the 167th element of the fourth cell
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
the value shows up in vectors.
0 Commenti
Risposte (1)
dpb
il 1 Set 2017
All depends on what the array dimensions are; you don't need them anyway if you wish the Nth element, just use one-dimensional subscripting and Matlab will just do the right thing.
If you do want the subscripts for some other purpose, see
doc sub2ind
doc ind2sub
for the case to translate to/from one representation to the other.
0 Commenti
Questa domanda è chiusa.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!