problem solved thank you

Respuestas (1)

Walter Roberson
Walter Roberson el 22 de Feb. de 2014

0 votos

Hint:
diag(a,b) + diag(c,d)

4 comentarios

john hollywood
john hollywood el 22 de Feb. de 2014
sorry i been stuck on this question for past couple hours. it would be great help you if you could explain lil more. thanks, much appreciated
Walter Roberson
Walter Roberson el 22 de Feb. de 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
john hollywood el 22 de Feb. de 2014
sorry i really confuse diag([2 2 2 2 ]), diag([-1 -1 -1 -1], 2), diag([-1 -1 -1 -1],-1) i got this but its not giving the right answer . what am doing wrong ?
Star Strider
Star Strider el 22 de Feb. de 2014
For a 5x5 matrix, the main diagonal needs to have 5 elements: [2 2 2 2 2].

Iniciar sesión para comentar.

Categorías

Más información sobre Creating and Concatenating Matrices en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 22 de Feb. de 2014

Editada:

el 23 de Feb. de 2014

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by