curly brackets system of equations via LaTeX

8 visualizaciones (últimos 30 días)
1i10
1i10 el 3 de Dic. de 2020
Respondida: Bohdan Syvashchenko el 17 de Feb. de 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}$');

Respuesta aceptada

Bohdan Syvashchenko
Bohdan Syvashchenko el 17 de Feb. de 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")

Más respuestas (1)

Stephan
Stephan el 4 de Dic. de 2020
Editada: Stephan el 4 de Dic. de 2020
figure
title({'$sin(x-y)-xy+1=0$','$x^2-y^2=0.75$'}, 'Interpreter','LaTex')
  1 comentario
1i10
1i10 el 4 de Dic. de 2020
This is not what I meant. My curly brace does not combine these two equations. And it should be like this:

Iniciar sesión para comentar.

Categorías

Más información sobre MATLAB en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by