How to make a matrix upside down?
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Rengin
el 26 de En. de 2016
Respondida: Walter Roberson
el 26 de En. de 2016
% Dear Users,
% I have such an matrix below:
A= [1;4;5;7];
% I want to make it upside down:
B= [7;5;4;1];
% Is there any shor cut to do it?
% Thanks!
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Resizing and Reshaping Matrices 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!