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
Problem Comments
-
1 Comment
Manish Joshi
on 1 Oct 2015
it just needs a function to be solved
Solution Comments
Show commentsProblem Recent Solvers312
Suggested Problems
-
Return the largest number that is adjacent to a zero
5407 Solvers
-
Remove any row in which a NaN appears
8649 Solvers
-
4554 Solvers
-
Create a vector whose elements depend on the previous element
712 Solvers
-
Create an index-powered vector
810 Solvers
More from this Author3
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!