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!