How many exact decimals can offer Matlab?
이전 댓글 표시
Hi, everybody. I would like to know how many exact decimals can offer Matlab. I did a program to calculate Viete sums and run it and I can see only 4 exact decimals in the answers. Thats all matlab can offer or there is a setting where I can change precision? Thank you, Daniela
채택된 답변
추가 답변 (1개)
Jonathan Sullivan
2012년 4월 2일
Change the display format.
Try:
format long
X % Your variable
카테고리
도움말 센터 및 File Exchange에서 Dates and Time에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!