How do I create this vector: [10,8,10,8,10, ...]?
이전 댓글 표시
How can I create a vector that alternates 10 and 8 100 times?
댓글 수: 1
Randy Souza
2013년 4월 15일
I have restored the original text of this question.
@Malak: this question has a clear subject and an accepted answer, so it may be valuable to someone else in the future. If you have a good reason why it should be removed from MATLAB Answers, please flag the question, explain why it should be deleted, and an administrator or high-reputation contributor will consider deleting the question. Please do not simply edit your question away.
채택된 답변
추가 답변 (1개)
Andrei Bobrov
2013년 4월 15일
repmat([10 8],1,100)
카테고리
도움말 센터 및 File Exchange에서 Matrix Indexing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!