Reverse one column or row of a matrix
To reverse column or row c of a Matrix MM(:,c)=flipud(M(:,c))
M(c,:)=flipud(M(c,:))
Post Matlab code snippets. Sort by tags, people, people and tags, etc.. Brought to you by XTargets - Consulting & Application devlopment.
Reverse one column or row of a matrixTo reverse column or row c of a Matrix MM(:,c)=flipud(M(:,c)) M(c,:)=flipud(M(c,:))
|
|