RELATED to average of complex numbers

 採用された回答

William
William 2014 年 11 月 20 日
編集済み: Image Analyst 2014 年 11 月 20 日

0 投票

Separate into real and imaginary component arrays, divide, then recombine:
av_real = (real_a + real_b + real_c) / 3;
av_img = (img_a + img_b + img_b) / 3

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeCreating and Concatenating Matrices についてさらに検索

タグ

質問済み:

2014 年 11 月 20 日

編集済み:

2014 年 11 月 20 日

Community Treasure Hunt

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

Start Hunting!

Translated by