flipud

Type: External

Group: matrix

Syntax

flipud(A)

Description

Flips a matrix from up to down.

Examples

flipud([1,2,3;4,5,6]) = [4,5,6;1,2,3]

See Also

fliplr