problem solved thank you
Show older comments
thank you in ,much apprichated
Answers (1)
Walter Roberson
on 22 Feb 2014
Hint:
diag(a,b) + diag(c,d)
4 Comments
john hollywood
on 22 Feb 2014
Walter Roberson
on 22 Feb 2014
Did you try playing with the Example on the diag documetnation? Assign an integer value to "m" and then run the line of code and see what it gives. Then start picking apart the parts of the expression to see how the parts fit together.
john hollywood
on 22 Feb 2014
Star Strider
on 22 Feb 2014
For a 5x5 matrix, the main diagonal needs to have 5 elements: [2 2 2 2 2].
Categories
Find more on Creating and Concatenating Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!