% Reverse the order of the element of the vector x.
SYNOPSIS
function y = wrev(x)
DESCRIPTION
% -*- texinfo -*-
% @deftypefn {Function File} {[@var{y}] =} wrev(@var{x})
% Reverse the order of the element of the vector x.
% @seealso{flipud, fliplr}
% @end deftypefn