how I can make me a script that determines the number of rows in a matrix?

1 view (last 30 days)
I need to submit it in a cycle, since this array will store time and position data.

Accepted Answer

Star Strider
Star Strider on 25 Apr 2014
rows = size(matrix,1);

More Answers (0)

Categories

Find more on Mathematics in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!