can any one of you kindly let me know ,how to implement the below equations in matlab ?

조회 수: 1 (최근 30일)

채택된 답변

Walter Roberson
Walter Roberson 2014년 2월 3일
On the left side you have the function g subscript m,n and on the right hand side you have the function g with no subscript. Is g with no subscript a different function than g subscript m,n ?
  댓글 수: 3
Walter Roberson
Walter Roberson 2014년 2월 3일
xyprime = @(m, theta, x, y) a^(-m) * [cos(theta) sin(theta); -sin(theta) cos(theta) * [x;y];
g2 = @(xy) g(xy(1), xy(2));
gmn = @(m, n, x, y) a^(-2*m) * g2(xyprime(m, 2 * pi * n / L, x, y));
ashok
ashok 2014년 2월 5일
the above code is not working sir,can you send me a different code

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Data Import and Network Parameters에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by