How do i change indexing values

3 Ansichten (letzte 30 Tage)
Blair Hall
Blair Hall am 2 Okt. 2017
Beantwortet: Rik am 2 Okt. 2017
How do i change indexing values
  2 Kommentare
KSSV
KSSV am 2 Okt. 2017
What is your question? Don't attach code snippets as images.
Jan
Jan am 2 Okt. 2017
@Blair: Your screenshot does not even contain the question.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Rik
Rik am 2 Okt. 2017
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.

Kategorien

Mehr zu Matrix Indexing finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by