How can I view (or access) the last 10 rows of a matrix?
Note that the matrix size (i.e., the number of rows) is changing: rows= 50, 100 150...
You can use the end
operator to see the last ten rows, like such:
array(end-9:end,:)
This shows rows from 'last one'-9 (e.g. from 41 if there's 50 rows) till the last row (e.g. 50), and all columns.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With