Borrar filtros
Borrar filtros

MATLAB function for reordering the matrix rows and columns as desired

60 visualizaciones (últimos 30 días)
Hi all,
Suppose I have a nxn matrix ordered row-wise as well as column-wise as 1,2,3...10 (say n=10). Now if I wish to reorder the columns of this matrix as per the order [2 6 1 7 9 3 4 5 10 8], is there a MATLAB function readily available for the task?
Regards,
N. Madani SYED
  3 comentarios
Dyuman Joshi
Dyuman Joshi el 13 de Sept. de 2023
@Sughosh What is the re-ordering that you want to do?
What you have tried that is not working?
Sughosh
Sughosh el 13 de Sept. de 2023
no worries its working, its just that i did not assign a variable to them and was getting the same answer

Iniciar sesión para comentar.

Respuesta aceptada

Walter Roberson
Walter Roberson el 18 de En. de 2012
A(:,[2 6 1 7 9 3 4 5 10 8])
Easy ;-)

Más respuestas (0)

Categorías

Más información sobre Logical 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