From: John on
for example:

A = [1,2,3; 4,5,6; 7,8,9]

how to create a FUNCTION which can make a new array named "A_row_reversed":

A_row_reversed = [7,8,9; 4,5,6; 1,2,3]

Thanks!
 | 
Pages: 1
Prev: RGB -> HSV
Next: Can not run polyfitn.m file