How does one get Maple style neatly arranged symbolic expressions in Matlab?
3 views (last 30 days)
Show older comments
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?
0 Comments
Answers (1)
bym
on 17 Jun 2012
use a muPAD notebook
>>nb = mupad;
2 Comments
Walter Roberson
on 17 Jun 2012
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.
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!