how to do this on matrix to change they look?

1 visualizzazione (ultimi 30 giorni)
if i have this matrix
A = [ 1 2 2 4 5 2
1 2 3 1 1 2
0 0 0 1 0 0 ]
how to convert it to be like that
A = [ 0 0 0 1 0 0
1 2 3 1 1 2
1 2 2 4 5 2 ]

Risposta accettata

Azzi Abdelmalek
Azzi Abdelmalek il 3 Mag 2016

Più risposte (0)

Categorie

Scopri di più su Numeric Types in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by