sir,need your valuable suggestion .how to implement comlex equations in matlab such as below.your suggestion wil be priceless to me .
조회 수: 1 (최근 30일)
이전 댓글 표시
채택된 답변
Shivaputra Narke
2014년 2월 1일
편집: Walter Roberson
2014년 2월 1일
x=-5:0.001:5;
y=-5:0.001:5;
rox=0.2;
roy=0.4;
u=1;
h=(1/(2*pi*rox*roy)).*exp(-(1/2)*((x.^2/rox^2)+(y.^2/roy^2))).*cos(2*pi*u.x);
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Matrix Indexing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!