Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

HELP!! radiation pattern of a vibrating plate

1 view (last 30 days)
Gyanishankar
Gyanishankar on 16 Feb 2012
Closed: MATLAB Answer Bot on 20 Aug 2021
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!!

Answers (0)

This question is closed.

Products

Community Treasure Hunt

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

Start Hunting!