Problem 44821. Scalar Matrix Manipulation
Assume, input x is a scalar matrix such as,
x =
2 0 0
0 2 0
0 0 2then the output matrix will be,
y =
0 2 2
2 0 2
2 2 0
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers48
Suggested Problems
-
Project Euler: Problem 5, Smallest multiple
1644 Solvers
-
Make a random, non-repeating vector.
11095 Solvers
-
Find out missing number from a vector of 9 elements
319 Solvers
-
1599 Solvers
-
6260 Solvers
More from this Author1
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!