Problem 42646. Matrix FUN

Given a Matrix M, find out the number of elements of matrix that are divisible by 3.

    M = [1 2 3;4 5 6;7 8 9];
    out = 3
    M = [32 12 15; 2 6 45];
    out = 4

Solution Stats

51.35% Correct | 48.65% Incorrect
Last Solution submitted on Feb 02, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers154

Suggested Problems

More from this Author3

Community Treasure Hunt

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

Start Hunting!