long digit scaled fixed point?
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Le Xuan Thang
il 19 Giu 2019
Commentato: Star Strider
il 19 Giu 2019
i want to see very long digit scaled fixed point
Example: i have a number: 8.123 e-15. And after that. e-16 become to 0. And i want see more. Anyone can tell me how to fix this? . Many thank.
0 Commenti
Risposta accettata
Star Strider
il 19 Giu 2019
I ma not certain what problem you are seeing.
For example:
format long e
n = 8.123e-15
n = n/100
produces:
n =
8.123000000000000e-15
n =
8.123000000000000e-17
7 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Spline Postprocessing 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!
