Convert Value from form to another
Ältere Kommentare anzeigen
H everyone
when I execute my program the output is shown as follows:
9.0295e-005
I want to be as follows:
0.0000903
Thanks
1 Kommentar
Majid Al-Sirafi
am 22 Sep. 2013
Akzeptierte Antwort
Weitere Antworten (1)
the cyclist
am 22 Sep. 2013
x = 9.0295e-005
sprintf('%9.7f',x)
1 Kommentar
Majid Al-Sirafi
am 22 Sep. 2013
Kategorien
Mehr zu Assembly finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!