RATS command effect: how to explain?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
>> rats(0.3)-rats(0.2)
ans =
0 0 0 0 0 0 2 0 -4 16 0 0 0 0
0 comentarios
Respuesta aceptada
Vieniava
el 11 de Feb. de 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 comentarios
Más respuestas (1)
Ver también
Categorías
Más información sobre Discrete Math en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!