How to convert fraction form to decimal form?

4 visualizaciones (últimos 30 días)
Waseem Sajjad
Waseem Sajjad el 17 de Dic. de 2019
Respondida: the cyclist el 17 de Dic. de 2019
If I simply write
>>1.234
answer is
>>
ans =
1.234
But if I put
>>syms a
>>1.234*a
it gives me answer
>>
ans =
(2469*a)/2000
But I want this answer in decimal form.

Respuestas (1)

the cyclist
the cyclist el 17 de Dic. de 2019
I think you want to use the subs command.

Categorías

Más información sobre Loops and Conditional Statements 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