How to say this in MATLAB language?
6 ビュー (過去 30 日間)
古いコメントを表示
I want to say a plus b equals to 10
math exuation:
a+b=10
how write this in matlab?
0 件のコメント
採用された回答
madhan ravi
2018 年 12 月 7 日
編集済み: madhan ravi
2018 年 12 月 7 日
syms a b
equation=a+b==10
4 件のコメント
Image Analyst
2018 年 12 月 7 日
But what values do you want ot use for a and b? 2 and 8? 1 and 9? 5.5 and 4.5?
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Symbolic Math Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!