Effacer les filtres
Effacer les filtres

multi-level indexing

3 vues (au cours des 30 derniers jours)
Jonathan Roy
Jonathan Roy le 6 Juin 2012
Hi! I have this structure "result.pops(1:1000,1:20).obj(1:2)"
I want to make addition of 2 value (obj(1) + obj(2)), of all pops file. I expect a matrix size 1000x20 where each case are sum of obj 1 and 2... I get this error " Scalar index req. for this type of multi-level indexing"
I usualy use "For" loop to execute the job but I want to learn the good way to make it faster
Thank you for your suggestion!

Réponse acceptée

Walter Roberson
Walter Roberson le 6 Juin 2012
struct2cell(), cell2mat(), sum() on the appropriate dimension.

Plus de réponses (0)

Catégories

En savoir plus sur Matrix Indexing dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by