Matrix Fill with same number sequence
이전 댓글 표시
How can I fill a matrix with the same sequence of numbers?
I want a matrix in which the first row contains 20 and 30. this should then also be in the next five rows.
채택된 답변
추가 답변 (1개)
Atsushi Ueno
2021년 4월 20일
repelem(20:30,6,1)
카테고리
도움말 센터 및 File Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!