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!