Merging the Cell Array Elements
    2 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
    tinkyminky93
 am 7 Jun. 2022
  
    
    
    
    
    Kommentiert: tinkyminky93
 am 7 Jun. 2022
            Hello,
I have a cell array which has the dimensions of 64x1 cell. I try to take the first 2 element then merge them. I tried horzcat and vertcat but they do not solve my problem completely. How can I do it?
64x1 cell
FF
01
FF
01
FF
01
... 
I want my cell array to be 32x1 like
'FF01'
'FF01'
'FF01'
....
..
Thank you for your help.
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
				Mehr zu Matrix Indexing 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!

