Problem 42640. Back to Basics - Find no. of elements in a matrix?

Let A be a m*n matrix. Find the total no. of elements in A ?

(Hint - formula based)

A = [1 2 3;4 5 6];
output = 6

Solution Stats

83.07% Correct | 16.93% Incorrect
Last Solution submitted on Apr 09, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers297

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!