フィルターのクリア

How to solve this equation in Matlab

2 ビュー (過去 30 日間)
Carlos Galvis Correa
Carlos Galvis Correa 2020 年 12 月 3 日
コメント済み: Star Strider 2020 年 12 月 5 日
Dear All,
Can anyone please let me know how to solve the equation showed in the picture using Matlab, please.
Regards,
Carlos G

採用された回答

Star Strider
Star Strider 2020 年 12 月 3 日
Put everything on the right-hand side, so:
f = @(d) expression - 30.19/d^2;
then use fzero or fsolve or the Symbolic Math Toolbox solve function (since it may have two roots, and with slightly different coding) to evaluate it.
  2 件のコメント
Carlos Galvis Correa
Carlos Galvis Correa 2020 年 12 月 5 日
Hi,
I wrote the equation as "f = @(d)" as the proposed solution stated. However I used vpasolve (f,d)
Thanks for your help.
Regards,
Carlos G
Star Strider
Star Strider 2020 年 12 月 5 日
As always, my pleasure!

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeCalculus についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by