flipdim
(Not recommended) Flip array along specified dimension
flipdim
is not recommended. Use flip
instead.
Syntax
B = flipdim(A,dim)
Description
Examples
flipdim(A,1)
where
A = 1 4 2 5 3 6
produces
3 6 2 5 1 4
Extended Capabilities
Version History
Introduced before R2006a