Rewrite a long symbolic fraction with fraction bars so it is more compact

5 次查看(过去 30 天)
I have a symbolic output (see below) that is extremely long, and hard to identify when each set of parentheses begins and stops. Is it possible to rewrite this output so it looks similar (not identical) to a LaTeX or Word fractional equation with fraction bars?
-((T*a_1*sin((k*n*pi)/(z_1 - z_2))*(z_1 - z_2))/(n*pi) + (T*(z_1 - z_2)*(a_0*z_1 - a_0*z_2 - a_1*z_1 + a_1*z_2 - a_0*z_1*cos((k*n*pi)/(z_1 - z_2)) + a_0*z_2*cos((k*n*pi)/(z_1 - z_2)) + a_1*z_1*cos((k*n*pi)/(z_1 - z_2)) - a_1*z_2*cos((k*n*pi)/(z_1 - z_2))))/(k*n^2*pi^2))/(T*(z_1 - z_2))

采纳的回答

Stephan
Stephan 2018-7-24
编辑:Stephan 2018-7-24
Hi,
you can use:
pretty
to make it a bit easier reading the equations.
But i would suggest to open a new Live Script, copy the code containing the declaration of the symbolic variables and the equation and run it. Then you get the mathematical expression that you know from LATEX or others and can read your equations normally
Best regards
Stephan
  4 个评论

请先登录,再进行评论。

更多回答(0 个)

产品


版本

R2016a

Community Treasure Hunt

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

Start Hunting!

Translated by