sum of array in structure.
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Pramit Biswas
il 3 Gen 2018
Commentato: Elias Gule
il 16 Gen 2018
uC = zeros(1,length(X));
for loop1 = 1:length(X)
uC(loop1) = sum(X(loop1).Y);
end
Any other/proper/quick way to do this? (Note: length of all X.Y is not same.)
0 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Structures in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!