how to off scientific notation in value of a variable??

2 次查看(过去 30 天)
as in my variable ff=1.011110000111111e+63 i want its 64 digit number in normal format. i have used num2str(ff,'%.0f') but it gives different values from the previous ones
  2 个评论
Titus Edelhofer
Titus Edelhofer 2016-2-16
Hmm, to me the output of num2str(ff, '%.0f') looks good ...?
Jan
Jan 2016-2-16
Different from which previous one? You want a number with 64 digits, although double variables have a precision of about 16 digits only?

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Language Fundamentals 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by