curly brackets system of equations via LaTeX

조회 수: 34 (최근 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 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