行列が与えられたときに、その行列内の素数の平均を計算する関数を作成しましょう。
例:
入力の行列が in = [ 8 3 5 9 ] のとき、 出力が 4 あるいは (3+5)/2 のようになります。
- (英語版) Problem 14. Find the numeric mean of the prime numbers in a matrix. https://www.mathworks.com/matlabcentral/cody/problems/14
Solution Stats
Problem Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers353
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15808 Solvers
-
Return the 3n+1 sequence for n
8513 Solvers
-
Is my wife right? Now with even more wrong husband
1347 Solvers
-
1625 Solvers
-
460 Solvers
More from this Author12
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!