Borrar filtros
Borrar filtros

convert matrix into another matrix

2 visualizaciones (últimos 30 días)
mahesh chathuranga
mahesh chathuranga el 3 de Oct. de 2013
Editada: Walter Roberson el 15 de Oct. de 2013
a=[0 0 1 1;
0 0 1 1;
0 2 2 2;
2 2 3 3]
this is my matrix and i want to obtain
b=[1 1 0 0;
1 1 0 0;
2 2 2 0;
3 3 2 2]
how can i do this. can you help me.

Respuestas (1)

Yatin
Yatin el 14 de Oct. de 2013
Hi,
You can try using the " fliplr " command for flipping the matrix elements.
Here is the link to the documentation:

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by