sir,need your valuable suggestion .how to implement comlex equations in matlab such as below.your suggestion wil be priceless to me .

3 vues (au cours des 30 derniers jours)

Réponse acceptée

Shivaputra Narke
Shivaputra Narke le 1 Fév 2014
Modifié(e) : Walter Roberson le 1 Fév 2014
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 commentaires
ashok
ashok le 1 Fév 2014
</matlabcentral/answers/uploaded_files/7654/error.JPG> when i start using your code ..the above stated..i am getting this error sir ..what shall i do now ?

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Call C++ from MATLAB dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by