error in finding the mean

8 ビュー (過去 30 日間)
Pat
Pat 2011 年 12 月 30 日
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
Chandra Kurniawan 2011 年 12 月 30 日
Then, How can I get the value of n?
Pat
Pat 2011 年 12 月 30 日
T=500;
c = find(R < T);
n=numel(c);
R =euclidean distance(80 values),i am finding values which are less than 500

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeCreating and Concatenating Matrices についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by