Home > freetb4matlab > general > flipdim.m

flipdim

PURPOSE ^

% Return a copy of @var{x} flipped about the dimension @var{dim}.

SYNOPSIS ^

function y = flipdim (x, dim)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} flipdim (@var{x}, @var{dim})
% Return a copy of @var{x} flipped about the dimension @var{dim}.
% For example
%
% @example
% @group
% flipdim ([1, 2; 3, 4], 2)
%      @result{}  2  1
%          4  3
% @end group
% @end example
% @seealso{fliplr, flipud, rot90, rotdim}
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003