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

4 visualizzazioni (ultimi 30 giorni)
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?

Risposta accettata

Walter Roberson
Walter Roberson il 2 Feb 2021
[N,D] = rat(x,tol);

Più risposte (0)

Categorie

Scopri di più su Environment and Settings in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by