how to convert matrix contains exponential notation like 1.0361e+03 to generic one.
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
abdullah alzaqebah
el 18 de Oct. de 2018
Comentada: abdullah alzaqebah
el 19 de Oct. de 2018
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 comentarios
Respuestas (1)
Walter Roberson
el 18 de Oct. de 2018
dlmwrite supports a Precision option that can be a fprintf format item such as %.16f
3 comentarios
Ver también
Categorías
Más información sobre Statistics and Machine Learning Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!