Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Please help me! I want to solve exponential function!

3 visualizaciones (últimos 30 días)
Hosin Lee
Hosin Lee el 21 de Mayo de 2019
Cerrada: MATLAB Answer Bot el 20 de Ag. de 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??

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by