I have a MATLAB matrix that is 100,000x2 (100,000 rows, two columns)
How do I remove all the rows after row number 47,526?
In other words, I want to truncate the 100,000x2 matrix into a 47526x2 matrix
I have a MATLAB matrix that is 100,000x2 (100,000 rows, two columns)
How do I remove all the rows after row number 47,526?
In other words, I want to truncate the 100,000x2 matrix into a 47526x2 matrix