sum of array in structure.
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Pramit Biswas
el 3 de En. de 2018
Comentada: Elias Gule
el 16 de En. de 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 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Structures en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!