Matlab mendapatkan baris dari matriks

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