Borrar filtros
Borrar filtros

how to write equation in matlab

1 visualización (últimos 30 días)
Elysi Cochin
Elysi Cochin el 24 de En. de 2013
please can some help me write the equations below in matlab.... in the following link....
please do reply.....

Respuesta aceptada

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

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by