Info

This question is closed. Reopen it to edit or answer.

Please help me! I want to solve exponential function!

2 views (last 30 days)
Hosin Lee
Hosin Lee on 21 May 2019
Closed: MATLAB Answer Bot on 20 Aug 2021
syms u
f = @(u,w)exp(-(u+w)).*besseli(0,2*sqrt(u.*w));
Pd = @(u)quadl(@(w)f(u,w), Yb, 1000*Yb);
I want to get the variable u when Pd is 0.8.
how do I get the value of u??

Answers (0)

This question is closed.

Community Treasure Hunt

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

Start Hunting!