Matlab Get Row From Matrix

[Solved] Matlab Get Row From Matrix | Matlab - Code Explorer | yomemimo.com
Question : matlab get row from matrix

Answered by : huldar

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

Source : https://www.mathworks.com/matlabcentral/answers/175231-extract-first-row-from-matrix | Last Update : Thu, 07 Oct 21

Answers related to matlab get row from matrix

Code Explorer Popular Question For Matlab