MATLAB: How I can make me a script that determines the number of rows in a matrix

matriz manipulation

I need to submit it in a cycle, since this array will store time and position data.

Best Answer

rows = size(matrix,1);