How to make a matrix upside down?

2 次查看(过去 30 天)
% 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!

采纳的回答

Walter Roberson
Walter Roberson 2016-1-26

更多回答(0 个)

标签

Community Treasure Hunt

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

Start Hunting!

Translated by