Repeating row in matrix for 365 times ?

조회 수: 1 (최근 30일)
ABDULLA RAHIL
ABDULLA RAHIL 2016년 9월 16일
댓글: ABDULLA RAHIL 2016년 9월 16일
how cna i repaest this one row 365 times mtrix are a= [ 5 45 123 15 12 28] its size is 1*6 i want to make it 365*6

채택된 답변

Adam
Adam 2016년 9월 16일
편집: Adam 2016년 9월 16일
repmat( a, [365, 1] )

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Resizing and Reshaping Matrices에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by