How do i change indexing values

3 ビュー (過去 30 日間)
Blair Hall
Blair Hall 2017 年 10 月 2 日
回答済み: Rik 2017 年 10 月 2 日
How do i change indexing values
  2 件のコメント
KSSV
KSSV 2017 年 10 月 2 日
What is your question? Don't attach code snippets as images.
Jan
Jan 2017 年 10 月 2 日
@Blair: Your screenshot does not even contain the question.

サインインしてコメントする。

回答 (1 件)

Rik
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.

カテゴリ

Help Center および File ExchangeMatrix Indexing についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by