MATLAB: From Matlab to LateX

latexMATLAB

Hello there,
I solved a system of equation in matlab. Unfortunately, my unknowns are made of many ratios and other stuff. How can I export all those ratios
to LateX without going to the scrip and manually copy them? There must be a way to do it!
Thank you in advance.
Best,
Andrea!

Best Answer

You also have the latex command (from the symbolic toolbox). See
>> help latex
Related Question