Adding Latex Code?

4 ビュー (過去 30 日間)
Aaron King
Aaron King 2016 年 10 月 14 日
回答済み: Pritesh Shah 2016 年 10 月 14 日
I am trying to add latex code to my MATLAB Script, what I need is shown in the picture.
Currently, I have the code below, and the first two are working, but the 3rd code is not.
What am I doing wrong?
%
% $$Adv(P) = -\vec{V} \cdot \vec{\nabla}(S)$$
%
% $$Vg = \bigg(-\frac{1}{\rho f}\bigg)\hat(k) \times \vec{\nabla}P$$
%
% $$ Adv(P) = \bigg(-\frac{1}{\rho f}{{\partial y}{\partial x}-{\bigg(-\frac{1}{\rho f}{{\partialy}{\partial x}$$
%
% $$=0$$
  1 件のコメント
Brendan Hamm
Brendan Hamm 2016 年 10 月 14 日
in the third line oyu have:
\partialy
which should read
\partial y
Second to last curly brackets.
Furthermore, you do not have disjointed curly brackets in the same line, the whole thing should read:
% $$ Adv(P) = \bigg(-\frac{1}{\rho f}{\partial y}{\partial x}-\bigg(-\frac{1}{\rho f}{\partial y}{\partial x}$$
Furthermore do you mean to have frac with the partial terms adn \bigg) anywhere?
% $$ Adv(P) = \bigg(-\frac{1}{\rho f} \frac{\partial y}{\partial x}-\bigg(-\frac{1}{\rho f}{\partial y}{\partial x}$$

サインインしてコメントする。

回答 (1 件)

Pritesh Shah
Pritesh Shah 2016 年 10 月 14 日
You can use following link for checking https://www.codecogs.com/latex/eqneditor.php your equation, or making equation

カテゴリ

Help Center および File ExchangePrinting and Saving についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by