Flipping a Cell Array
古いコメントを表示
I have an m x n cell array and I need to flip the 2:m elements vertically. Flipud doesn't seem to be working neither does flipdim(...,1). Suggestions?
Edit: I'm using R2012a.
採用された回答
その他の回答 (1 件)
Azzi Abdelmalek
2016 年 7 月 5 日
A(2:m,:)=flipud(A(2:m,:))
カテゴリ
ヘルプ センター および File Exchange で Matrices and Arrays についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!