curly brackets system of equations via LaTeX

18 ビュー (過去 30 日間)
1i10
1i10 2020 年 12 月 3 日
回答済み: Bohdan Syvashchenko 2021 年 2 月 17 日
Why is this not working correctly and how can I fix it?
title('$\begin{cases}\sin(x-y)-xy+1=0 \\ x^2-y^2=0.75\end{cases}$');

採用された回答

Bohdan Syvashchenko
Bohdan Syvashchenko 2021 年 2 月 17 日
I am not familiar with LaTex but trying back and forth I came up with this solution:
figure
title('$\left\{\begin{array}{@{}ll@{}}\sin(x-y)-xy+1=0 \\ x^2-y^2=0.75 \end{array}\right.$', "Interpreter", "latex")

その他の回答 (1 件)

Stephan
Stephan 2020 年 12 月 4 日
編集済み: Stephan 2020 年 12 月 4 日
figure
title({'$sin(x-y)-xy+1=0$','$x^2-y^2=0.75$'}, 'Interpreter','LaTex')
  1 件のコメント
1i10
1i10 2020 年 12 月 4 日
This is not what I meant. My curly brace does not combine these two equations. And it should be like this:

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

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by