How to swap columns of matrix zeros(n,n)
Afficher commentaires plus anciens
Hello everyone
I'm working on one project which in need to swap all the rows of the matrix zeros(n,n) which i want to swap the first rows with last rows, second with second rows from last, third rows from third rows from last and so on can anybody help me with it thank you
Réponses (1)
Walter Roberson
le 6 Mai 2015
0 votes
flipud(YourMatrix)
Catégories
En savoir plus sur Symbolic Math Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!