How to include a Latex expresion from char array in matlab publishing
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
When publishing an .m file to html, how do I include Latex expresión saved in a char array in my MATLAB code so that equations are formatted nicely in HTML?
For example, my code would be:
syms h(n)
h(n)=(1/3)*cos(n*pi)+1
array=latex(h) %here is the latex expression of h(n), and i want to include in the publish html page.
%%
% Here comes the text that i want to display, and here comes the latex
% expresion from array --> $$array$$
%
0 Kommentare
Antworten (1)
Vishesh
am 6 Okt. 2022
Please refer to this documentation: https://www.mathworks.com/help/matlab/matlab_prog/insert-equations.html#bvak508 .
0 Kommentare
Siehe auch
Kategorien
Mehr zu LaTeX finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!