Problem 56230. compter le nombre de zéros dans une matrice
écrire une fonction count_zeros qui prend en entrée une matrice M et détermine le nombre de zéros dans une matrice
Solution Stats
Problem Comments
-
1 Comment
goc3
on 23 Nov 2022
The single test case (containing multiple tests) was separated into three individual test cases.
Solution Comments
Show commentsProblem Recent Solvers44
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15610 Solvers
-
Project Euler: Problem 9, Pythagorean numbers
1300 Solvers
-
Back to basics - mean of corner elements of a matrix
428 Solvers
-
Return fibonacci sequence do not use loop and condition
688 Solvers
-
特定の値がベクトル内に含まれているかを確認するコードを書こう
319 Solvers
More from this Author7
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!