<< moc_fft Matlab/Octave Compatibility toolbox moc_flipud >>

Matlab/Octave Compatibility toolbox >> Matlab/Octave Compatibility toolbox > moc_fliplr

moc_fliplr

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

Calling Sequence

y = moc_fliplr(x)

Description

Return a copy of X with the order of the columns reversed. In other words, X is flipped left-to-right about a vertical axis. For Note that 'fliplr' only works with 2-D arrays.

Examples

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

Report an issue
<< moc_fft Matlab/Octave Compatibility toolbox moc_flipud >>