Problem 44404. 行列内の素数の平均をとろう

行列が与えられたときに、その行列内の素数の平均を計算する関数を作成しましょう。

例:

   入力の行列が  in = [ 8 3
              5 9 ]  のとき、
   出力が 4 あるいは (3+5)/2 のようになります。

Solution Stats

54.14% Correct | 45.86% Incorrect
Last Solution submitted on Mar 12, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers301

Suggested Problems

More from this Author12

Community Treasure Hunt

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

Start Hunting!