Transfer a diagonal matrix

2 visualizaciones (últimos 30 días)
Tran Hoa
Tran Hoa el 3 de Jul. de 2019
Comentada: Tran Hoa el 3 de Jul. de 2019
Dear colleagues
How to tranfer matrix A to matrix B in matlab
Thank you
Kind regards
  1 comentario
KALYAN ACHARJYA
KALYAN ACHARJYA el 3 de Jul. de 2019
Not Transfer, it should be convert.

Iniciar sesión para comentar.

Respuesta aceptada

Guillaume
Guillaume el 3 de Jul. de 2019
Please, don't post screenshot for something as simple as a matrix. Use text, so we can copy/paste it into matlab.
A = diag(1:3); %example data
B = rot90(A, 2)
  1 comentario
Tran Hoa
Tran Hoa el 3 de Jul. de 2019
It works. Thank you so much

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Matrices and Arrays en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by