copying the contents of a vector onto a longer vector
    4 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
Let's say I have a vector a that is of size 4. I have a vector b of size 10. I want to copy the contents of vector a into b until it 'runs out'. 
For example: if a = [1 2 3 4]; and b is a size 10 vector. 
Then b = [1 2 3 4 1 2 3 4 1 2]. 
How do i do this? 
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
				Mehr zu Dates and Time finden Sie in Help Center und File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

