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

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