<< moc_fliplr Matlab/Octave Compatibility toolbox moc_fzero >>

Matlab/Octave Compatibility toolbox >> Matlab/Octave Compatibility toolbox > moc_flipud

moc_flipud

Return a copy of X with the order of the rows reversed.

Calling Sequence

y = moc_fliplr(x)

Description

Return a copy of X with the order of the rows reversed. In other words, X is flipped upside-down about a horizontal axis. For Note that 'fliplr' only works with 2-D arrays.

Examples

moc_flipud ([1, 2; 3, 4])

Report an issue
<< moc_fliplr Matlab/Octave Compatibility toolbox moc_fzero >>