How to save a matrix as text file using "save" without scientific notation?
15 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Jing Ci Neo
il 7 Apr 2019
Commentato: Jing Ci Neo
il 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 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Characters and Strings in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!