Matrix Fill with same number sequence
Ältere Kommentare anzeigen
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.
Akzeptierte Antwort
Weitere Antworten (1)
Atsushi Ueno
am 20 Apr. 2021
repelem(20:30,6,1)
Kategorien
Mehr zu Develop Apps Using App Designer finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!