You have to create a zero matrix of size (mxn) whose inputs are m and n and the elements of your matrix should be zeros.
Example:
If input is m=2 and n=3 then
A = [ 0 0 0
0 0 0 ]
Solution Stats
Problem Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers529
Suggested Problems
-
Find the sum of all the numbers of the input vector
54598 Solvers
-
Determine Whether an array is empty
813 Solvers
-
Add a row of zeros on top of a matrix
268 Solvers
-
5965 Solvers
-
Find the dimensions of a matrix
564 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!