Using latex (amsmath) while publishing m code

19 visualizzazioni (ultimi 30 giorni)
Harsh Shukla
Harsh Shukla il 12 Ott 2015
Commentato: Walter Roberson il 10 Ago 2018
Hi,
I am trying to publish m file and I want to use amsmath and amsfont from latex. How can I include it ? I want to use the following latex code in m file and publish it:
\begin{equation*}
\begin{aligned}
& \underset{X}{\text{minimize}}
& & \mathrm{trace}(X) \\
& \text{subject to}
& & X_{ij} = M_{ij}, \; (i,j) \in \Omega, \\
&&& X \succeq 0.
\end{aligned}
\end{equation*}

Risposte (1)

Walter Roberson
Walter Roberson il 12 Ott 2015

Community Treasure Hunt

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

Start Hunting!

Translated by