SUM(A, col)

Versión 1.0.0.0 (1,11 KB) por Carson
Summation function for adding elements of entire column in array
367 descargas
Actualizado 5 may 2011

Ver licencia

This function eases the transition to MATLAB for Excel users. The function will add all elements in a column through the function call:

x = SUM(A, col);

where A is an array and col is the column over which the user would like to add all elements. This format works similarly to the Excel "sum()" function and will ideally prove useful to beginning MATLAB users.

Citar como

Carson (2024). SUM(A, col) (https://www.mathworks.com/matlabcentral/fileexchange/31337-sum-a-col), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2010b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Etiquetas Añadir etiquetas
Agradecimientos

Inspiración para: Sumatoria de elementos diagonales de matriz

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0