Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

this program didn't give proper output due to value...plzzz check

1 visualización (últimos 30 días)
TULIKA
TULIKA el 12 de En. de 2015
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
* *In this case, D1 = 10 m, D2 = 50microm,sigmad= 0.25 mm;lamc=15*10^-4;lamd=10*10^-4;* *
now the program didn't give output
x=1:150;y=1:150;
[p,q]=meshgrid(x,y);
lamc=15*10^-4;
lamd=10*10^-4;
d2=100*10^-6;
d1=10;
sigmad=2.5*10^-6;
a=exp((j*pi/(lamc*d2)).*(p^2-q^2));
imshow(a,[]);
b= sinc((pi/2*lamd*d2)*(p^2-q^2));
imshow(b,[]);
c=exp(-2*((pi*sigmad/(lamc*d1))*(p-q))^2);
imshow(c,[]);
f=a*b*c;
imshow(f,[])
* * *input variable should be like above measurement,but dont give output for that any value* * *

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Aún no se han introducido etiquetas.

Community Treasure Hunt

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

Start Hunting!

Translated by