flipud(x: number | matrix): number | matrix
Flip a matrix upside down.
Reverses the order of the rows in the input matrix, flipping it upside down.
x: number | matrix
The input array or matrix
number | matrix
The matrix with its rows flipped upside down