[Master Index]
[Index for /tools/hpmatlab/toolbox/matlab/elmat]
flipud
(/tools/hpmatlab/toolbox/matlab/elmat/flipud.m)
Function Synopsis
y = flipud(x)
Help text
FLIPUD Flip matrix in the up/down direction.
FLIPUD(X) returns X with columns preserved and rows flipped
in the up/down direction. For example,
X = 1 4 becomes 3 6
2 5 2 5
3 6 1 4
See also FLIPLR, ROT90.
Cross-Reference Information
This function calls
- size /tools/hpmatlab/toolbox/matlab/general/size.m
This function is called by
- dct /tools/hpmatlab/toolbox/signal/dct.m
- firls /tools/hpmatlab/toolbox/signal/firls.m
- idct /tools/hpmatlab/toolbox/signal/idct.m
- legend /tools/hpmatlab/toolbox/matlab/plotxy/legend.m
- levinson /tools/hpmatlab/toolbox/signal/levinson.m
- strips /tools/hpmatlab/toolbox/signal/strips.m
- zp2sos /tools/hpmatlab/toolbox/signal/zp2sos.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON