Define alternative latex-output for symbolic

2 ビュー (過去 30 日間)
William Alberg
William Alberg 2020 年 5 月 15 日
回答済み: Nikhil Sonavane 2020 年 5 月 18 日
Hello
I want to change the output that comes from the latex-command
syms g(f) dx(t) d
eq = dx(t) == g(t^2+t) + d; % example
latex(eq)
This example produces:
'\mathrm{dx}\left(t\right)=d+g\left(t^2+t\right)'
And i want it to say:
'\dot{x}(t)=d^{something}+g_{whatever}(t^2+t)'
Basicly, want tell matlab that the symbolic function "dx(t)" should be changed into "\dot{x}(t)" when using the latex command
I know that i can make a work-around and use strrep (or similar) to change '\mathrm{dx}' into '\dot{x}', but i would like to know if there is a more direct way

採用された回答

Nikhil Sonavane
Nikhil Sonavane 2020 年 5 月 18 日
There isn't a direct way to get the desired output. The only way is to make it work using the workaround you mentioned.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSymbolic Math Toolbox についてさらに検索

タグ

製品


リリース

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by