How do i change indexing values
3 ビュー (過去 30 日間)
古いコメントを表示
How do i change indexing values
2 件のコメント
回答 (1 件)
Rik
2017 年 10 月 2 日
Just a pure guess:
attendenceValues(1:3)=attendenceValues(2:4);
This will remove the first entry and replicate the last (by copying the last three to the first three positions).
You're making it really difficult to help you.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Matrix Indexing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!