Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

Please help me! I want to solve exponential function!

3 visualizzazioni (ultimi 30 giorni)
Hosin Lee
Hosin Lee il 21 Mag 2019
Chiuso: MATLAB Answer Bot il 20 Ago 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??

Risposte (0)

Questa domanda è chiusa.

Community Treasure Hunt

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

Start Hunting!

Translated by