RATS command effect: how to explain?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
>> rats(0.3)-rats(0.2)
ans =
0 0 0 0 0 0 2 0 -4 16 0 0 0 0
0 Commenti
Risposta accettata
Vieniava
il 11 Feb 2011
rats() gives an output as string. So the ans you gave is a result of substraction of two strings.
rats(0.3)=
' 3/10 '
rats(0.2)=
' 1/5 '
0 Commenti
Più risposte (1)
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!