Importing Latex Code into Matlab Scripts
12 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Is there an easy way to import Latex code into a Matlab script or live script?
0 commentaires
Réponses (1)
Vladimir Sovkov
le 7 Jan 2020
In live script, go to \insert\Equation\Latex equation or just press Cntrl+Shift+L or type your Latex equation embraced by $ symbols.
3 commentaires
Vladimir Sovkov
le 8 Jan 2020
This is indeed a way of making a good-looking equation in the live script text mode. I am unaware of a simple method to convert it into the executable Matlab code. The syntax differ, hence, a retranslator though is possible in principle, would be a huge complicated system, and I do not think it has been created by anybody thus far.
Vladimir Sovkov
le 8 Jan 2020
The reverse operation is easier--a Matlab symbolic expression can be turned to a latex formular with the command "latex" in the Symbolic Math Toolbox.
Voir également
Catégories
En savoir plus sur Symbolic Math Toolbox dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!