不知道有没有,不过应该很好编。 a=[1 2 3]; num=length(a); for j=1:num b(j)=a(num -j+1); end b就是反 ...
www.ilovematlab.cn