Publish equation in latex
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
John Miller
le 5 Juin 2020
Modifié(e) : Mehmed Saad
le 17 Juin 2020
I am working with symbolic expressions and I am calculating a vector which I want to publish formated with matlab.
So my question can be summarized to: How do I print y = (x^2,4*x^2) as
without typing it manually in the system
0 commentaires
Réponse acceptée
madhan ravi
le 5 Juin 2020
Modifié(e) : madhan ravi
le 16 Juin 2020
Use Livescript
y = [x^2; 4*x^2]
1 commentaire
Mehmed Saad
le 16 Juin 2020
Modifié(e) : Mehmed Saad
le 17 Juin 2020
have your tried latex(y)
Edit: Please Run the code before printing
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Symbolic Math Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!