フィルターのクリア

How can solve the explicit equation by using matlab

8 ビュー (過去 30 日間)
zahid
zahid 2016 年 4 月 16 日
回答済み: Torsten 2016 年 4 月 18 日
Dear all How can i find the value of b (a constant greater than zero) in the following equation by using Matlab function
exp(-b^2/2)/b^3=1.39
I am looking forward to your help
With best wishes
zahid khan

採用された回答

Torsten
Torsten 2016 年 4 月 18 日
fun=@(x)exp(-x.^2/2)./x.^3-1.39;
sol=fzero(fun,[0.5 1]);
Best wishes
Torsten.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSystems of Nonlinear Equations についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by