フィルターのクリア

Question about latex synthax

1 回表示 (過去 30 日間)
Karel
Karel 2012 年 8 月 2 日
I am writing a formula in latex to insert into matlab. The problem is that I need to write an integral with has as interval y1(x) to y2(x)
I wrote $$I(f)=\int_a^b \int_ y1(x)^y2(x) f(x,y) \dy \dx$$ the problem is that the second intégral comes out wrong: instead of getting a subscript y1(x)and a superscript y2(x), I only get a subscript y, the rest comes out flatlined.
Any help?

採用された回答

Honglei Chen
Honglei Chen 2012 年 8 月 2 日
add {} around y1(x) and y2(x), like this
$$I(f)=\int_a^b \int_ {y1(x)}^{y2(x)} f(x,y) \dy \dx$$
  1 件のコメント
Karel
Karel 2012 年 8 月 2 日
thank you, that did it

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by