Feeds
提问
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 前 | 1 个回答 | 0
1
个回答提问
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...
13 years 前 | 1 个回答 | 0
1
个回答提问
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 ...
13 years 前 | 1 个回答 | 0
