Matlab Get Row de Matrix

V = A(r,:);
%Where V is the row matrix, A is the matrix and r is the row number
Flyhouse_Squarewheel