I want to calculate this integral
1 回表示 (過去 30 日間)
古いコメントを表示
I am trying this command but, it is showing error every time
integral( @(k)integral3(@(r,t,s)Ft,0,60,0,pi,0,2*pi), 0, 2*pi, 'ArrayValued', true)
Plz help
0 件のコメント
回答 (1 件)
Konstantinos Sofos
2015 年 6 月 9 日
編集済み: Konstantinos Sofos
2015 年 6 月 9 日
Hi Ujjal,
In your case you have to numerically evaluate an integral of a 4-variable function. Mathworks provides built-in functions for 1, 2 or 3 variables (e.g. integral3 ). In your case you could use something from the Mathworks Exchange Central e.g. the 4-variable function - NUMERICAL INTEGRATION
Regards
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!