fliplr函数可以实现看帮助文件里的例子: If A is a row vector, A = 1 3 5 7 9 then fliplr (A) produces 9 7 5 3 1.
www.google.com.tw