Changing default behaviour of latex.m?

1 回表示 (過去 30 日間)
John
John 2013 年 1 月 18 日
Are there any preferences settings for the latex.m command (or the ability to specify custom style files)?
Case in point: My preference is to use square brackets (i.e., []) for matrices. By default, latex(sym(eye(3))), produces:
\left(\begin{array}{ccc} 1 & 0 & 0\\ 0 & 1 & 0\\ 0 & 0 & 1 \end{array}\right)
which will render with parentheses (i.e. ()) instead.

回答 (0 件)

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by