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!