Statistics
3 Questions
0 Answers
RANK
231,719
of 301,273
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
0
RANK
of 21,212
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 173,726
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
what is var function in matlab?how does it works in image processing?
what is var function in matlab? how does it works in image processing?
12 years ago | 1 answer | 0
1
answerQuestion
Sir whats the functioning of this code:
count=0; j=1; for i=1:ro if(rV(i)>0) rda(j)=i; rca(j)=1; count=0; j=j+1; elseif(co...
12 years ago | 1 answer | 0
1
answerQuestion
i want to knw the working of this code section:
for i=1:(row-25) for j=1:24 rv(i)=rv(i)+rv(i+1); end; rv(i)=rv(i)/25; end; where row means number ...
12 years ago | 1 answer | 0
