How to convert fraction form to decimal form?

1 vue (au cours des 30 derniers jours)
Waseem Sajjad
Waseem Sajjad le 17 Déc 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.

Réponses (1)

the cyclist
the cyclist le 17 Déc 2019
I think you want to use the subs command.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by