Solve equation that includes integral with variable upper limit.
古いコメントを表示
quadgk((1./(1000.*sqrt(2.*pi))).*(y-x-100).*exp(-((x-150).^2)./200),y-200,y-100)+quadgk((1./(10.*sqrt(2.*pi))).*(exp(-((x-150).^2)./200)),-inf,y-200)=0.53
How to solve the above equation? I want know the value of y.

I can not use fzero function. Please help me. Thanks!
3 件のコメント
Walter Roberson
2017 年 1 月 25 日
Are there any other functions that you are not permitted to use besides fzero()?
Are you permitted to use the symbolic toolbox?
Your reference to quadgk suggests that you are using an older version of MATLAB. Which release are you using?
Daniel Bridges
2017 年 1 月 26 日
GUO ZHONG
2017 年 1 月 26 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Symbolic Math Toolbox についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!