GAYTRI ARYA
Followers: 0 Following: 0
統計
MATLAB Answers
2 質問
0 回答
ランク
of 154,057
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Problem in solving integration inside the for loop
for i=1:6 for j=1:6 f1=@(phi1)(cos(phi1)*i)+2*j; F=integral(@(phi1)f1,0,1); end end This is the small model...
3年以上 前 | 1 件の回答 | 0
1
回答質問
Need to apply trapezoidal rule for double integration with an array by using the for loop
z=(0:0.1:10); F1= @(r1,r2)exp(-(r1.^2+r2.^2).*A).*exp(-i*B.*z.*(r1.^2+r2.^2)).*besseli(n,r1.*r2./(sig^2)).*r1.*r2; I want to...
3年以上 前 | 1 件の回答 | 0