What does this syntax mean?
2 ビュー (過去 30 日間)
古いコメントを表示
Can you explain to me what does it mean this syntax end-364:end? Thank you
0 件のコメント
採用された回答
Image Analyst
2013 年 7 月 10 日
編集済み: Image Analyst
2013 年 7 月 10 日
It looks like it would be inside an array and mean that it's taking the last 365 elements of the array. E.g.
last365elements = data(end-364:end);
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Shifting and Sorting Matrices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!