sum command giving ridiculous answer

3 visualizaciones (últimos 30 días)
Brian
Brian el 10 de Abr. de 2019
Comentada: Brian el 11 de Abr. de 2019
I'm trying to compute a simple sum of columns of a matrix. However, MATLAB is giving me ridiculously small answers and I don't know why.
The sum of this list of numbers is coming out as which I know is wrong (I've done it both by hand and through Excel) - it should be . Why is this the case?
  2 comentarios
James Tursa
James Tursa el 11 de Abr. de 2019
Editada: James Tursa el 11 de Abr. de 2019
Posting pictures of numbers is useless to your readers. Nobody is going to hand type in all of those values. Please delete that picture and post your numbers as actual text that we can copy and paste into MATLAB. Thanks. (And I am pretty sure MATLAB is calculating the sum correctly of the numbers it was given unless you are shadowing the sum function)
Brian
Brian el 11 de Abr. de 2019
I can't. The editor won't let me copy/paste for whatever reason.

Iniciar sesión para comentar.

Respuestas (1)

James Tursa
James Tursa el 11 de Abr. de 2019
Editada: James Tursa el 11 de Abr. de 2019
It could be you are comparing apples to oranges. The actual numbers probably have more than four digits that are not being displayed but do play a part in calculations (such as sum). If you hand type in those values or only copy the digits that are displayed, you might only expect agreement to the number of digits that are displayed, which is 4. Maybe that is why you see the difference at 10^-4.

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by