Azzera filtri
Azzera filtri

convert decimal number to ratio

8 visualizzazioni (ultimi 30 giorni)
Charly
Charly il 18 Giu 2014
Commentato: Charly il 18 Giu 2014
Hello,
I would like to convert decimal number to ratios, when it is possible.
For example :
0.25 -> 1/4
1/2/3 -> 1/6
...
Some ideas ? Thank you

Risposta accettata

Mischa Kim
Mischa Kim il 18 Giu 2014
Modificato: Mischa Kim il 18 Giu 2014
Charly, use the rat command:
rat(1/2/3)
ans =
0 + 1/(6)
  1 Commento
Charly
Charly il 18 Giu 2014
Thank you, I didn't know this simple command before ;)

Accedi per commentare.

Più risposte (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by