Filter löschen
Filter löschen

How do I get mathematical answer as a whole number instead of numerator and denomintor?

2 Ansichten (letzte 30 Tage)
I am calculating the co-ordinates and I am getting the answers as xL1 =
2232746079664914432/16414873036725325
-5183899564262633692302747613221/36096687544692468638705254400
I want the answer as a whole number like the below:
136.0197
-143.6115
instead of that fraction form. How do I get it?
  1 Kommentar
Geoff Hayes
Geoff Hayes am 6 Jun. 2014
Try executing format short in the Command Window to change the format of the numbers. format rat, for format rational, may be the reason behind why you are observing the rational numbers. Out of curiosity, how was xL1 generated?

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Star Strider
Star Strider am 6 Jun. 2014
See the documentation for vpa and double (link at the end of the vpa page).

Weitere Antworten (1)

Emmanuel
Emmanuel am 6 Jun. 2014
double() gave mke the answer! thank you!

Kategorien

Mehr zu Mathematics and Optimization finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by