how to write equation in matlab

1 次查看(过去 30 天)
please can some help me write the equations below in matlab.... in the following link....
please do reply.....

采纳的回答

Walter Roberson
Walter Roberson 2013-1-24
If I read the equation correctly, then Imu and Isigma do not depend on the x and y parameters and are instead the same for all rows and columns.
Imu = mean2(f)
Isigma = std(f(:), 1); %the biased standard deviation
  10 个评论

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Calculus 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by