フィルターのクリア

how to calculate the average between multiple floating point entries only(f1,f2​,f3,f4,f5,​f6.,....) and delete the duplicated columns

2 ビュー (過去 30 日間)
chocho
chocho 2017 年 2 月 21 日
コメント済み: chocho 2017 年 2 月 21 日
i have multiple columns 's format: %s %f1%s%d%d %f2%s%d%d %f3%s%d%d %f4%s%d%d %f5%s%d%d %f6%s%d%d %f7%s%d%d............ results should be like this: %s %f1%s %f2 %f3 %f4 %f5 %f6 %f7.................................................

回答 (1 件)

KSSV
KSSV 2017 年 2 月 21 日
How about
mean(unique(myarray))
  4 件のコメント
chocho
chocho 2017 年 2 月 21 日
Rik Wisselink you are right!

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

カテゴリ

Help Center および File ExchangeData Distribution Plots についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by