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
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);
  5 个评论

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Read, Write, and Modify Image 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by