sum command giving ridiculous answer
조회 수: 3 (최근 30일)
이전 댓글 표시
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
James Tursa
2019년 4월 11일
편집: James Tursa
2019년 4월 11일
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)
답변 (1개)
James Tursa
2019년 4월 11일
편집: James Tursa
2019년 4월 11일
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.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Logical에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!