Azzera filtri
Azzera filtri

Can you get one side of an equation and store it in a variable?

2 visualizzazioni (ultimi 30 giorni)
Say I have an equation object in Mupad:
eq1 := x + y = 0
Now say after some manipulation I want to drop RHS, and just save the LS in a variable like..
f := left( eq1 )

Risposta accettata

Walter Roberson
Walter Roberson il 3 Giu 2011
Within MuPad,
lhs(eq1)
and
rhs(eq1)

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by