Borrar filtros
Borrar filtros

Break an equation into 2 lines

74 visualizaciones (últimos 30 días)
Enfa White
Enfa White el 27 de Sept. de 2012
Editada: Walter Roberson el 4 de Mzo. de 2024
If an equation is too long to fit in one line, how to break it into two lines? An example of a long equation is as below and I wish to put it in two lines:
z=x(1)^2-2*x(1)*x(2)+6*x(1)+4*x(2)^2-3*x(2)+7*x(1)+5*x(2)^2-3*x(2)*x(1)^2-2*x(1)

Respuesta aceptada

Azzi Abdelmalek
Azzi Abdelmalek el 27 de Sept. de 2012
Editada: Azzi Abdelmalek el 27 de Sept. de 2012
z=x(1)^2-2*x(1)*x(2)+6*x(1)+4*x(2)^2-3*x(2)...
+7*x(1)+5*x(2)^2-3*x(2)*x(1)^2-2*x(1)

Más respuestas (1)

Yowh
Yowh el 27 de Sept. de 2012
Editada: Walter Roberson el 4 de Mzo. de 2024
z=x(1)^2-2*x(1)*x(2)+6*x(1)+4*x(2)
z=z^2-3*x(2)+7*x(1)+5*x(2)^2-3*x(2)*x(1)^2-2*x(1)
  2 comentarios
Soumyaranjan
Soumyaranjan el 3 de Mzo. de 2024
Thanks Yowh
Walter Roberson
Walter Roberson el 4 de Mzo. de 2024
Would have to be
z=x(1)^2-2*x(1)*x(2)+6*x(1)+4*x(2)
z=z-3*x(2)+7*x(1)+5*x(2)^2-3*x(2)*x(1)^2-2*x(1)

Iniciar sesión para comentar.

Categorías

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

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by