Azzera filtri
Azzera filtri

How to get sum of columns even if the matrix is a row vector?

1 visualizzazione (ultimi 30 giorni)
I'd like to get the sum of columns in a matrix, but when the matrix has only one row, the SUM function gives the sum of all elements in the row. How can I skip that? The ideal solution will return the row vector itself.

Risposta accettata

Matt J
Matt J il 4 Ott 2016
Modificato: Matt J il 4 Ott 2016
sum(theMatrix,1)

Più risposte (0)

Categorie

Scopri di più su Multidimensional Arrays 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!

Translated by