array transformation

I have a 2:790 array. I want to transform the 790 elements so that the top element becomes the bottom element and the second element becomes the second bottom etc.....so essentially I want to turn it around. Can anybody help me?

 採用された回答

Andrei Bobrov
Andrei Bobrov 2012 年 1 月 24 日

0 投票

doc flipud
eg:
a = randi(10,2,10)
out = flipud(a)
OR
out = a(end:-1:1,:)

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeResizing and Reshaping Matrices についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by