I wanted the matlab to show 5 places after the comma.

2 visualizzazioni (ultimi 30 giorni)
I know this is possible with 'format long'. But I wanted to specifically limit it to 5, is there any way to do that?

Risposta accettata

Ayham Aljawabrah
Ayham Aljawabrah il 5 Mag 2021
Modificato: Ayham Aljawabrah il 5 Mag 2021
Hello lucass!
Try, vpa
c=1/3
vpa(c,5)
  1 Commento
Luccas S.
Luccas S. il 5 Mag 2021
It worked, but values ​​taken by the sqrt (x) function were left with 4 decimal places. Thanks

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Scope Variables and Generate Names 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!

Translated by