Community Profile

photo

Sachin


Active since 2013

Followers: 0   Following: 0

Message

BE

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


how to write matlab code for moments?
i have this code for calculating moments function [M]= moments(I) [r c]=size(I); m=zeros(r,c); % geometric moments for i=0:...

11 years ago | 1 answer | 0

1

answer

Question


How to write code for moments?
How to write code for moments i.e 0th order(M00),1st order (M10,M01), i wrote it by using for loop for i=0:1:1 for ...

11 years ago | 1 answer | 0

1

answer