photo

Sachin


Active since 2013

Followers: 0   Following: 0

Message

BE

Statistics

MATLAB Answers

2 Questions
0 Answers

RANK
268,354
of 300,338

REPUTATION
0

CONTRIBUTIONS
2 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20,922

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,149

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • 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:...

12 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 ...

12 years ago | 1 answer | 0

1

answer