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

 Réponse acceptée

Mischa Kim
Mischa Kim le 18 Juin 2014
Modifié(e) : Mischa Kim le 18 Juin 2014

0 votes

Charly, use the rat command:
rat(1/2/3)
ans =
0 + 1/(6)

1 commentaire

Charly
Charly le 18 Juin 2014
Thank you, I didn't know this simple command before ;)

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by