Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

I have a cell matrix with arrays. Each row has a certain size matrix. I would like to add the matrices along the rows

1 visualizzazione (ultimi 30 giorni)
Given r={rand(3), rand(3);rand(2),rand(2)}, I want to get a row-wise sum of each size. cellfun and @sum lets you add arrays like that but seemingly, not matrices.
Is there a vectorized solution?
Also --- is it possible that sparse matrices make the operation slower?

Risposte (0)

Questa domanda è chiusa.

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by