get rid of e notation
Ältere Kommentare anzeigen
how do i get rid of the e notation in a variable? eg 4.321e+003, i just need it as 4321. its stopping me from plotting a graph.
Akzeptierte Antwort
Weitere Antworten (2)
Friedrich
am 12 Jul. 2011
Hi,
have a look at the format function:
So this should work
format long
1 Kommentar
Naveen Francis
am 12 Jul. 2011
Paulo Silva
am 12 Jul. 2011
0 Stimmen
No it's not stopping you unless the variable is a string instead of a number, please provide more details.
3 Kommentare
Naveen Francis
am 12 Jul. 2011
Naveen Francis
am 12 Jul. 2011
Paulo Silva
am 12 Jul. 2011
something doesn't seem right, please provide the code and a sample of the data
Kategorien
Mehr zu Logical finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!