Need a more suitable number type for statistical calculations
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
hello everyone, I want to do some statistical calculations, so my numbers are very small(between 0 and 1) with massive multipications which makes them even smaller i was using double type for my work but i notice it only stores 5 digits of my number and for larger numbers it stores the power of 10. So it sure leads to a really big error in the final answers. How can i use more accurate types numbers? Thanks for the help
댓글 수: 0
답변 (1개)
Peter Perkins
2013년 3월 19일
0 개 추천
sina, MATLAB does NOT store only five digits. Please see the help for the format command, and read
댓글 수: 0
이 질문은 마감되었습니다.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!