How to make matlab display decimal numbers?

8 次查看(过去 30 天)
It looks something like this:
cos(197/5) - (52*sin(197/5))/15 + 1437648634144923/500000000

采纳的回答

Walter Roberson
Walter Roberson 2017-10-10
If the result is purely numeric, you can double() it.
If the result still has symbolic variables in it, then vpa() it.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Logical 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by