LaTeX matrix when publishing
58 ビュー (過去 30 日間)
古いコメントを表示
Hello,
I'm trying to publish some latex, and for some reason it is not accepting my matrix. I have tested on another site and it seems to work, but I am wondering if the syntax for matlab latex is different from other places
% $$ \vec {x} = \begin {bmatrix} T-T_{s} \\ C_{A} - C_{As} \\ C_{P} - C_{Ps} \end
% {bmatrix} $$
Is not making a matrix for me. What is wrong?
This is the output on the published file
Error updating Text.
String must have valid interpreter syntax:
$$ \vec {x} = \begin {bmatrix} T-T_{s} \\ C_{A} - C_{As} \\ C_{P} - C_{Ps} \end {bmatrix}
0 件のコメント
回答 (1 件)
Walter Roberson
2015 年 9 月 10 日
bmatrix is part of amsmath but you cannot (at all easily) load the ams* packages.
5 件のコメント
Walter Roberson
2015 年 9 月 19 日
pmatrix is part of the mathtools package, but bmatrix is part of the amsmath package.
参考
カテゴリ
Help Center および File Exchange で LaTeX についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!