Publish equation in latex
5 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
madhan ravi
2020 年 6 月 5 日
編集済み: madhan ravi
2020 年 6 月 16 日
Use Livescript
y = [x^2; 4*x^2]
1 件のコメント
Mehmed Saad
2020 年 6 月 16 日
編集済み: Mehmed Saad
2020 年 6 月 17 日
have your tried latex(y)
Edit: Please Run the code before printing
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で LaTeX についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!