MATLAB no longer displaying fractions in symbolic calculation.

28 次查看(过去 30 天)
My MATLAB no longer displays results in fraction form, even in symbolic calculations.
say I want to do the fraction addition of 1/3 and 1/2, I type
sym(1/3)+sym(1/2)
I get the result: 0.8333
I have tried to do many other symbolic calculations but all fractions are now converted to decimal in the format short.
code
syms t
f(t)=exp(t/100)*sin(t/4)
I=int(f,t)
result:
f(t) =
I(t) =
I need theresults to be in fractional form, not in the format short.

采纳的回答

Walter Roberson
Walter Roberson 2021-2-23
sympref('FloatingPointOutput', false)
  2 个评论
Michael Tamajong
Michael Tamajong 2021-2-23
编辑:Michael Tamajong 2021-2-23
THANKS, this was really helpful. Just did what I expected.
for curiosity, I learned that to switch back to the previous format I can just change the false to true.
that one line answer has made my day.

请先登录,再进行评论。

更多回答(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