save a fprintf as text file
10 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Niklas Reinshagen
il 24 Mag 2020
Commentato: Niklas Reinshagen
il 25 Mag 2020
Hey, I've wrote a line of code wich displays the percentage of the Earth Layers Volume.
fprintf('\nPercentage of the EarthLayer:\nCore: %.1f%%\nMantle: %.1f%%\nCrust: %.1f%%\n\n',PercentCore,PercentMantle,PercentCrust)
The Problem is, when i use the save command, is stores a text file but only with the number 74 in it... How can I fix this problem? It should be stores in the way it is displayd under the fprintf-Command code line.
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Cell Arrays 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!