www.gusucode.com > matlab 案例源码 matlab代码程序 > matlab/FlipColumnVectorExample.m

    %% Flip Column Vector  

%%  
A = [1;2;3];
B = flip(A)