Reverse matrix position
Mostrar comentarios más antiguos
Hello,
If i have
x =
1 2 3
4 5 6
7 8 9
10 11 12
I want it to be as
x =
10 11 12
7 8 9
4 5 6
1 2 3
Please help
1 comentario
developer
el 28 de Jun. de 2011
Respuesta aceptada
Más respuestas (1)
Sean de Wolski
el 28 de Jun. de 2011
doc flipud
xflipped = flipud(x)
1 comentario
developer
el 28 de Jun. de 2011
Categorías
Más información sobre Spline Postprocessing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!