Community Profile

photo

Hosin Lee


Last seen: 1년 초과 전 2019년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


solving an equatin... please help me
Pd = @(u)quadl(@(w)f(u,w), Yb, 1000*Yb) I want to know the value of u when Pd is 0.8. How do I write the code?? Please hel...

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


Please help me! I want to solve exponential function!
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 ...

거의 5년 전 | 답변 수: 0 | 0

0

답변

질문


Changing Histogram to PDF
clear all close all clc M=10000; N=100000; figure(1) for ii=1:N x =sqrt(12)*(rand(1,M) -0.5); if ii==1 ...

대략 5년 전 | 답변 수: 1 | 0

1

답변