Publish equation in latex

2 ビュー (過去 30 日間)
John Miller
John Miller 2020 年 6 月 5 日
編集済み: Mehmed Saad 2020 年 6 月 17 日
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

採用された回答

madhan ravi
madhan ravi 2020 年 6 月 5 日
編集済み: madhan ravi 2020 年 6 月 16 日
Use Livescript
y = [x^2; 4*x^2]
  1 件のコメント
Mehmed Saad
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 ExchangeMATLAB Report Generator についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by