Solve an equation with two unknown variables
古いコメントを表示
How i can solve this equation in matlab , z = x+y / avg
where x = 4 , y = 6 ? How we can solve if two unknown variables in matlab ?!
2 件のコメント
Torsten
2022 年 1 月 12 日
Solve for what ?
John D'Errico
2022 年 1 月 12 日
編集済み: John D'Errico
2022 年 1 月 12 日
Are you asking how to solve for BOTH z and avg, if only x and y are known? That is impossible. It is not MATLAB that is the problem however, but just mathematics.
In general, it is impossible to find a solution of one equation where you have two unknowns. At best, you can solve for one unknown, as a function of the other. Again, just mathematics here. Don't blame MATLAB for not giving you a way to do the mathematically impossible.
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Calculus についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!