[y]=wrev(x)
Input vector of string, real or complex values
This is an Octave function. This function reverses the order of elements of the input vector x.
1. wrev([1 2 3]) ans= 3 2 1 2. wrev(['a','b','c']) ans= cba