hello , my output is display In terms of [e] as following . how to transform the out put to numerical values without e , and how sort the interval in output by descending
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
mohammed hamdy
il 28 Ago 2016
Commentato: mohammed hamdy
il 30 Ago 2016
out =
1.0e+04 *
1.4000 1.5000
1.7000 1.8000
1.9000 2.0000
1.5000 1.5250
1.5250 1.5500
1.5500 1.5750
1.5750 1.6000
1.6000 1.6333
1.6333 1.6667
1.6667 1.7000
1.8000 1.8500
1.8500 1.9000
0 Commenti
Risposta accettata
Walter Roberson
il 28 Ago 2016
Give the command
format long g
to change the output format.
If you want to sort then use sort()
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Shifting and Sorting Matrices 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!