can i obtain this vector ?
이전 댓글 표시
can anyone help me to obtain this vector: v=[1 2 5 6 9 10]; i want to know, if we can obtain a relation beteween the vector's elements ?
채택된 답변
추가 답변 (1개)
Jan
2017년 10월 20일
V = cumsum([3, 1, 3, 1, 3, 1]) - 2
카테고리
도움말 센터 및 File Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!