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년 전 | 답변 수: 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...
12년 초과 전 | 답변 수: 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 ...
12년 초과 전 | 답변 수: 1 | 0
