How to assign value to variable
Show older comments
My equation is Y+5 = 10, how can i assign value to Y because i keep getting this error.
Accepted Answer
More Answers (1)
madhan ravi
on 9 Oct 2020
syms Y
equation = Y + 5 == 10
1 Comment
madhan ravi
on 9 Oct 2020
doc syms
I suggest you to do MATLAB Onramp course.
Categories
Find more on Mathematics 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!