How does one get Maple style neatly arranged symbolic expressions in Matlab?
古いコメントを表示
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
2012 年 6 月 17 日
use a muPAD notebook
>>nb = mupad;
2 件のコメント
Hassan
2012 年 6 月 17 日
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.
カテゴリ
ヘルプ センター および File Exchange で Utilities for the Solver についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!