필터 지우기
필터 지우기

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 CenterFile Exchange에서 Calculus에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by