How can solve the explicit equation by using matlab

8 次查看(过去 30 天)
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 CenterFile Exchange 中查找有关 Systems of Nonlinear Equations 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by