num2str(12​3456789012​3456789) returns '1234567890123456768'

1 次查看(过去 30 天)
Please help: command num2str(1234567890123456789) on matlab returns '1234567890123456768'...seems to be some overflow error, as last two digits have got changes from 89 to 68.

回答(1 个)

Jan
Jan 2017-3-18
Exactly. Matlab stores the values in the IEEE754 format, which use about 16 digits. This is the standard format for floating point numbers, such that this is not a problem of Matlab but a general decision for numerical software.
See https://www.mathworks.com/help/symbolic/vpa.html for using number with more digits.

类别

Help CenterFile Exchange 中查找有关 Matrix Indexing 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by