필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

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

조회 수: 1 (최근 30일)
TULIKA
TULIKA 2015년 1월 12일
마감: MATLAB Answer Bot 2021년 8월 20일
* *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* * *

답변 (0개)

이 질문은 마감되었습니다.

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by