How do i change indexing values

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일

0 개 추천

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.

카테고리

도움말 센터File Exchange에서 Matrix Indexing에 대해 자세히 알아보기

질문:

2017년 10월 2일

답변:

Rik
2017년 10월 2일

Community Treasure Hunt

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

Start Hunting!

Translated by