フィルターのクリア

how to write equation in matlab

1 回表示 (過去 30 日間)
Elysi Cochin
Elysi Cochin 2013 年 1 月 24 日
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 件のコメント
Walter Roberson
Walter Roberson 2013 年 2 月 6 日
Isigma = var(double(f(:)), 1);
Elysi Cochin
Elysi Cochin 2013 年 2 月 6 日
thank u sir...

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeCalculus についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by