consider 2 vectors
x=[1 2 3] y=[4 5 6]
then generate a new Matrix, where Addition of x & y will be diagonal Elements of the new Matrix. i.e. new Matrix will have x+y=[5 7 9] as diagonal Elements
Output =[5 6 7
6 7 8
7 8 9]
Solution Stats
Solution Comments
Show comments
Loading...
Problem Recent Solvers47
Suggested Problems
-
994 Solvers
-
531 Solvers
-
6025 Solvers
-
Matrix of almost all zeros, except for main diagonal
191 Solvers
-
Find the sides of an isosceles triangle when given its area and height from its base to apex
2144 Solvers
More from this Author4
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!