[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
This function is called by

Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON