Filter löschen
Filter löschen

How to sum up numbers into a cell?

1 Ansicht (letzte 30 Tage)
ARGY B
ARGY B am 7 Mai 2019
Kommentiert: ARGY B am 7 Mai 2019
Hi, I have a 100x5 cell, and each element of it contains vectors of different sizes. See pic1.
The vectors contains different numbers (pic 2). So, is it possible to sum up these numbers, so the final result would be a matrix 100x5?
I know that probably this can be done with a for loop. But is there any other solution?

Akzeptierte Antwort

Alex Mcaulley
Alex Mcaulley am 7 Mai 2019
If a is your cell array:
b = cellfun(@sum,a)

Weitere Antworten (0)

Kategorien

Mehr zu Multidimensional Arrays finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by