photo

Vandana


Active since 2013

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
72,030
of 301,472

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 21,293

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,642

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

  • Thankful Level 1

View badges

Feeds

View by

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

answer

Question


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

answer

Question


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

1

answer