Effacer les filtres
Effacer les filtres

how to write equation in matlab

1 vue (au cours des 30 derniers jours)
Elysi Cochin
Elysi Cochin le 24 Jan 2013
please can some help me write the equations below in matlab.... in the following link....
please do reply.....

Réponse acceptée

Walter Roberson
Walter Roberson le 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 commentaires
Walter Roberson
Walter Roberson le 6 Fév 2013
Isigma = var(double(f(:)), 1);
Elysi Cochin
Elysi Cochin le 6 Fév 2013
thank u sir...

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by