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 件のコメント
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 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!