Determine function as output
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
How can i determine if the output is a fraction, it will return true, or else its a false. Are there any specific function?
1 Commento
John D'Errico
il 19 Mag 2018
You want to determine if a number is a fraction? EVERY floating point number is SOME fraction. For example, 0.12345235567452?
At the very least, it is
12345235567452/100000000000000
At best, read the help for the function rat.
Risposte (0)
Vedere anche
Categorie
Scopri di più su Discrete Math in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!