Goal Seeking

15 ビュー (過去 30 日間)
Aaron
Aaron 2011 年 3 月 20 日
Is there a way to perform the same goal seeking type of calculation in matlab as excel?
I have three equations I with two unknowns in all three. I want to give matlab a trial soluation and have it calculate a solution that will make all three equations approximately equal to each other.
  1 件のコメント
Walter Roberson
Walter Roberson 2011 年 3 月 21 日
Seems a bit pointless when you can have solve() calculate the answers directly.

サインインしてコメントする。

回答 (1 件)

Andrew Newell
Andrew Newell 2011 年 3 月 20 日
If you have the Symbolic Toolbox, fgoalattain will do it.
  1 件のコメント
Aaron
Aaron 2011 年 3 月 21 日
I have that toolbox, however I'm having trouble figuring out if you can use fgoalattain for an expression with multiple variables and multiple equations?

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeStartup and Shutdown についてさらに検索

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by