Clear Filters
Clear Filters

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

3 views (last 30 days)
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?

Accepted Answer

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

More Answers (0)

Categories

Find more on MATLAB in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!