How to assign value to variable
显示 更早的评论
My equation is Y+5 = 10, how can i assign value to Y because i keep getting this error.
采纳的回答
更多回答(1 个)
madhan ravi
2020-10-9
syms Y
equation = Y + 5 == 10
1 个评论
madhan ravi
2020-10-9
doc syms
I suggest you to do MATLAB Onramp course.
类别
在 帮助中心 和 File Exchange 中查找有关 Mathematics 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!