How to save a matrix as text file using "save" without scientific notation?
16 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Jing Ci Neo
am 7 Apr. 2019
Kommentiert: Jing Ci Neo
am 7 Apr. 2019
I tried saving my matrix using save('myMat.txt','myMat','-ascii') but it saves a text file of numbers in scientific notation such as -1.2176930e+02 3.8083200e+01
How can I get it to save it like
-121.76930 38.083200?
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Characters and Strings finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!