Repeating row in matrix for 365 times ?

1 次查看(过去 30 天)
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 中查找有关 Logical 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by