error in finding the mean
이전 댓글 표시
I have found values of R and P
R(k) = n/8
P(k)= n/28
i have used this inside for loop ,the value of n varies,,i get 80 values for R and P ,each having 80 values,i want to find mean of every eight values of R and P tried
R1(x)=mean(R(:));
P1(x)=mean(P(:));
but getting same values for one value is repeated 10 times,
please help
댓글 수: 5
Chandra Kurniawan
2011년 12월 30일
I think it's better if we can solve your multiple problem in this page.
http://www.mathworks.com/matlabcentral/answers/24932-selecting-the-images
and
http://www.mathworks.com/matlabcentral/answers/24976-replacing-the-parameters
Chandra Kurniawan
2011년 12월 30일
Just tell me what is 'n'?
Pat
2011년 12월 30일
Chandra Kurniawan
2011년 12월 30일
Then, How can I get the value of n?
Pat
2011년 12월 30일
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!