How to get improper fraction representation from rat(x,tol) function?

4 vues (au cours des 30 derniers jours)
Dear matlab forum,
Hello. the rat(x,tol) function outputs a string of a continued fraction, for example '5+1/(7+1/4)'. How can I condense this into an improper fraction of only one numerator and denominator?

Réponse acceptée

Walter Roberson
Walter Roberson le 2 Fév 2021
[N,D] = rat(x,tol);

Plus de réponses (0)

Catégories

En savoir plus sur Environment and Settings dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by