Frage


How to remove parentheses from all single words in a string?
Example: (G5)*((G6)*(G2+G4))+(G2)*(-(G4+G6)*(G1))+(G4)*(-(G6)*(G3)) Changes to: G5*(G6*(G2+G4))+G2*(-(G4+G6)*G1)+G4*(-G...

mehr als 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


remove null terms from a string and adjust signs
Hi, I have a string with more than thousands of terms in it. A small sample part of the string is '...(G5)*((G6)*(G2+G4)...

mehr als 9 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
Need Help with a Simple Symbolic Equation Solve in Matlab 2015a
It is not one equation with two unknowns as laid out clearly by Matlab symbolic documentation. The solve function should be able...

mehr als 10 Jahre vor | 0

Beantwortet
Need Help with a Simple Symbolic Equation Solve in Matlab 2015a
Still does not work or better said, Matlab cannot solve this simple equation.

mehr als 10 Jahre vor | 0

Frage


Need Help with a Simple Symbolic Equation Solve in Matlab 2015a
I am trying the following code in Matlab 2015a. It cannot solve it. Correct solution should be simply k. Could you tell me what...

mehr als 10 Jahre vor | 4 Antworten | 0

4

Antworten