Info

この質問は閉じられています。 編集または回答するには再度開いてください。

HELP!! radiation pattern of a vibrating plate

3 ビュー (過去 30 日間)
Gyanishankar
Gyanishankar 2012 年 2 月 16 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
hi, i wanted to plot radiation pattern of a vibrating plate by numerical integration of Rayeigh's formula. here i am keeping r=some constant, theta=0:pi/30:pi,phi=0:pi/30:2*pi and wanted to plot P=dblquad(@(x,y) (1i*w*p/(2*pi))*(sin(pi*x/l).*sin(pi*y/l).*exp(-1i*k*sqrt((.5-r*cos(theta).*cos(phi)).^2+(.5-r*cos(theta).*sin(phi)).^2+(r.*sin(theta)).^2))./sqrt((.5-r*cos(theta).*cos(phi)).^2+(.5-r*cos(theta).*sin(phi)).^2+(r.*sin(theta)).^2)),0,1,0,1);
Pressure=abs(P);
on a hemispherical surface. PLEASE HELP ME!!

回答 (0 件)

この質問は閉じられています。

製品

Community Treasure Hunt

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

Start Hunting!

Translated by