How to convert fraction form to decimal form?
3 views (last 30 days)
Show older comments
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.
0 Comments
Answers (1)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!