how to convert matrix contains exponential notation like 1.0361e+03 to generic one.
1 回表示 (過去 30 日間)
古いコメントを表示
how to convert matrix contains exponential notation like 1.0361e+03 to generic one. i have matrix and i want to save it as .dat file but the command write file with same format 1.0361e+03 i want to save it as generic number without "e"
0 件のコメント
回答 (1 件)
Walter Roberson
2018 年 10 月 18 日
dlmwrite supports a Precision option that can be a fprintf format item such as %.16f
3 件のコメント
参考
カテゴリ
Help Center および File Exchange で Statistics and Machine Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!