curly brackets system of equations via LaTeX
16 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
1i10
am 3 Dez. 2020
Beantwortet: Bohdan Syvashchenko
am 17 Feb. 2021
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}$');
0 Kommentare
Akzeptierte Antwort
Bohdan Syvashchenko
am 17 Feb. 2021
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")
0 Kommentare
Siehe auch
Kategorien
Mehr zu LaTeX finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!