Azzera filtri
Azzera filtri

how to write equation in matlab

1 visualizzazione (ultimi 30 giorni)
Elysi Cochin
Elysi Cochin il 24 Gen 2013
please can some help me write the equations below in matlab.... in the following link....
please do reply.....

Risposta accettata

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

Accedi per commentare.

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by