sum of array in structure.
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Pramit Biswas
am 3 Jan. 2018
Kommentiert: Elias Gule
am 16 Jan. 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 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Structures finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!