Pretty Equation Viewer

Version 1.0.0.0 (2,97 ko) par Brett
Display a pretty latex-formatted version of a Matlab expression.
1,5K téléchargements
Mise à jour 18 fév. 2016

Pops up a figure with a pretty latex-formatted equation for a Matlab expression. Works for previous line in a script, previous command at command prompt, or for equations passed inline. The inspiration for this was to double check that an equation typed into Matlab matches an equation in a textbook or other reference. This helps avoid misplaced parenthesis for example. The 3 use cases are as follows:
1. In a script: Make a call to pretty_equation() on the following line.

Example:
y = exp(a^3 / b^2) * (x^2 + 2*x - sqrt(3))/(x^3 + 2*x^2 - 4* x + 12);
pretty_equation()

Note: Script execution will continue when the Equation Viewer dialog
is dismissed.

2. Inline: just provide the expression as a string argument:

Example:
pretty_equation('y = exp(a^3 / b^2)')

3. Command Line: Just call pretty_equation() at the command line to
visualize the previous command.

Example:
>> y = x^2 + x;
>> pretty_equation()

Consideration has been made for multi-line expressions and comments to
make the utility robust for most use cases. Expressions are parsed with
Matlab's Symbolic Toolbox. Not all Matlab expressions translate to valid
symbolic equations (especially non-math functions, but also arrays for
example). Error handling exists to inform when expressions aren't
parsable.

Citation pour cette source

Brett (2026). Pretty Equation Viewer (https://github.com/flutefreak7/matlab_pretty_equation), GitHub. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R2015b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Live Scripts and Functions dans Help Center et MATLAB Answers

Les versions qui utilisent la branche GitHub par défaut ne peuvent pas être téléchargées

Version Publié le Notes de version
1.0.0.0

Edited title and description

Pour consulter ou signaler des problèmes liés à ce module complémentaire GitHub, accédez au dépôt GitHub.
Pour consulter ou signaler des problèmes liés à ce module complémentaire GitHub, accédez au dépôt GitHub.