curly brackets system of equations via LaTeX

34 次查看(过去 30 天)
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
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 CenterFile Exchange 中查找有关 Printing and Saving 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by