Filter löschen
Filter löschen

how to write equation in matlab

1 Ansicht (letzte 30 Tage)
Elysi Cochin
Elysi Cochin am 24 Jan. 2013
please can some help me write the equations below in matlab.... in the following link....
please do reply.....

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 24 Jan. 2013
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 Kommentare
Walter Roberson
Walter Roberson am 6 Feb. 2013
Isigma = var(double(f(:)), 1);
Elysi Cochin
Elysi Cochin am 6 Feb. 2013
thank u sir...

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by