How can i remove "==" from symbolic equation?
Show older comments
Edit: I have solved my problem with rhs.
Hi,
I have created a symbolic equation via isolate command. Resulting equation is:
x1_dot == (1570*u)/41 - x3*x2_dot - (3060*x1)/(41*x3) - (6426*x2)/(1025*x3)
%Should be: x1_dot = (1570*u)/41 - x3*x2_dot - (3060*x1)/(41*x3) - (6426*x2)/(1025*x3)
I should remove logical equality to continue my work. How can i make this?
Thanks,
3 Comments
Olivier Parodi
on 19 Nov 2020
I'm sorry, but I'm not sure to understand:
== is a comparaison operator (if the left member is equal to the right member, then this line is evaluated at true)
= is an affection operator (typically evaluation of the right side is affected to the left side).
So what would you like to do ?
Volkan Yangin
on 19 Nov 2020
Volkan Yangin
on 19 Nov 2020
Edited: Volkan Yangin
on 19 Nov 2020
Accepted Answer
More Answers (0)
Categories
Find more on Financial Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!