Borrar filtros
Borrar filtros

RATS command effect: how to explain?

2 visualizaciones (últimos 30 días)
Igor
Igor el 11 de Feb. de 2011
>> rats(0.3)-rats(0.2)
ans =
0 0 0 0 0 0 2 0 -4 16 0 0 0 0

Respuesta aceptada

Vieniava
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 '

Más respuestas (1)

Igor
Igor el 11 de Feb. de 2011
exactly! and 16=ascii(0)-acsii( )?
thanks

Categorías

Más información sobre MATLAB Parallel Server en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by