selecting the last 60 rows in a matrix with an uncertain number of rows
1 回表示 (過去 30 日間)
古いコメントを表示
Hi, I have an ax7 matrix with a greater than 60. So the matrix has at least 60 rows but I do not know the exact number. How can I select the last 60 rows of that matrix?
thanks
0 件のコメント
採用された回答
Shoaibur Rahman
2014 年 12 月 26 日
編集済み: Shoaibur Rahman
2014 年 12 月 26 日
last60rows = a(end-59:end,:)
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Monte Carlo Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!