Find Sum of array

3 visualizaciones (últimos 30 días)
Adam Levschuk
Adam Levschuk el 13 de Nov. de 2020
Respondida: James Tursa el 13 de Nov. de 2020
Hello, i am trying to find the sum of an array that contains elements that contain decimals. How would i go about doing this? the sum function is not working.
the array is:
0
0.410000000000000
0.330000000000000
0.330000000000000
0.350000000000000
0.350000000000000
0.340000000000000
0.360000000000000
0.340000000000000
0.330000000000000
0.340000000000000
0.360000000000000
thank you for your help

Respuestas (1)

James Tursa
James Tursa el 13 de Nov. de 2020
It may be that you have a local variable called sum that is shadowing the MATLAB sum function. Try clearing it first:
clear sum
And then avoid using sum as a variable name in the future.

Categorías

Más información sobre Multidimensional Arrays en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by