Publish equation in latex

3 visualizaciones (últimos 30 días)
John Miller
John Miller el 5 de Jun. de 2020
Editada: Mehmed Saad el 17 de Jun. de 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

Respuesta aceptada

madhan ravi
madhan ravi el 5 de Jun. de 2020
Editada: madhan ravi el 16 de Jun. de 2020
Use Livescript
y = [x^2; 4*x^2]
  1 comentario
Mehmed Saad
Mehmed Saad el 16 de Jun. de 2020
Editada: Mehmed Saad el 17 de Jun. de 2020
have your tried latex(y)
Edit: Please Run the code before printing

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Symbolic Math Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by