Percentage of zeros in a matrix of only 1s and 0s - MATLAB Cody - MATLAB Central

Problem 44665. Percentage of zeros in a matrix of only 1s and 0s

Difficulty:Rate

Write a function called zero_stat that takes a matrix as an input that only has 0 and 1 elements. The function needs to compute and return the percentage of 0 elements in the matrix. For example, if there are 10 zeros and 15 ones in a 5-by-5 matrix that is provided as an input to zero_stat, it would return 40 because 40% of the elements are zero. Please return the answer rounded to the nearest integer

Solution Stats

44.1% Correct | 55.9% Incorrect
Last Solution submitted on Nov 28, 2024

Problem Comments

Solution Comments

Show comments
Primes and Rough Numbers, Basic ideas
What is a rough number? What can they be used...
2
4

Problem Recent Solvers64

Suggested Problems

More from this Author29

Problem Tags

Community Treasure Hunt

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

Start Hunting!
Go to top of page