Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR MATLAB

matlab get row from matrix

V = A(r,:);
%Where V is the row matrix, A is the matrix and r is the row number
Source by www.mathworks.com #
 
PREVIOUS NEXT
Tagged: #matlab #row #matrix
ADD COMMENT
Topic
Name
6+8 =