Flipping a Cell Array
Mostrar comentarios más antiguos
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.
Respuesta aceptada
Más respuestas (1)
Azzi Abdelmalek
el 5 de Jul. de 2016
A(2:m,:)=flipud(A(2:m,:))
Categorías
Más información sobre Matrices and Arrays 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!