How does one get Maple style neatly arranged symbolic expressions in Matlab?

3 次查看(过去 30 天)
Using word processor and softwares like Maple and Mathcad one can write quite neat mathematical equations with fractions, integral signs, exponents among others. Matlab also has symbolic Maths support but the output is always 1 lined. it is possible to use the function pretty, but this also is not sufficient. And expression that has fractions inside a huge bracket appear horrible with the "pretty" function as well. What should a person using Matlab to do Symbolic Maths do when the time comes to publish the result or put them in a report with all equations appearing as they would if a formula editing tool or word processor was used to write them?

回答(1 个)

bym
bym 2012-6-17
use a muPAD notebook
>>nb = mupad;
  2 个评论
Hassan
Hassan 2012-6-17
Thank you for your response but I do not know MuPAD. A small tiny example would go a long way explaining what needs to be done.
Walter Roberson
Walter Roberson 2012-6-17
MuPAD is the name of the symbolic processing software behind the Symbolic Toolbox.
A MuPAD notebook has the same relationship to MuPAD as a Maple Worksheet has to the Maple command line.

请先登录,再进行评论。

产品

Community Treasure Hunt

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

Start Hunting!

Translated by