How do i change indexing values

How do i change indexing values

2 Commenti

KSSV
KSSV il 2 Ott 2017
What is your question? Don't attach code snippets as images.
Jan
Jan il 2 Ott 2017
@Blair: Your screenshot does not even contain the question.

Accedi per commentare.

Risposte (1)

Rik
Rik il 2 Ott 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.

Richiesto:

il 2 Ott 2017

Risposto:

Rik
il 2 Ott 2017

Community Treasure Hunt

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

Start Hunting!

Translated by