[Master Index]
[Index for /tools/hpmatlab/toolbox/matlab/elmat]
fliplr
(/tools/hpmatlab/toolbox/matlab/elmat/fliplr.m)
Function Synopsis
y = fliplr(x)
Help text
FLIPLR Flip matrix in the left/right direction.
FLIPLR(X) returns X with row preserved and columns flipped
in the left/right direction.
X = 1 2 3 becomes 3 2 1
4 5 6 6 5 4
See also FLIPUD, ROT90.
Cross-Reference Information
This function calls
- size /tools/hpmatlab/toolbox/matlab/general/size.m
This function is called by
- dialog /tools/hpmatlab/toolbox/matlab/graphics/dialog.m
- remez /tools/hpmatlab/toolbox/signal/remez.m
- resample /tools/hpmatlab/toolbox/signal/resample.m
- residuez /tools/hpmatlab/toolbox/signal/residuez.m
- subscribe /tools/hpmatlab/toolbox/matlab/general/subscribe.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON