splitting cell array consists of string and numeric characters
    3 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
    sermet OGUTCU
 il 26 Ago 2021
  
    
    
    
    
    Commentato: sermet OGUTCU
 il 26 Ago 2021
            I have a cell array (n x 1). Each cell looks something like this:
*  2021  3 29  0  0  0.00000000
I need to remove * from each cell and split the cell array into 6 columns consist of double values. For example;
2021 3 29 0 0 0
2021 3 30 0 0 0
.
.
.
 How I can do that?
0 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
				Scopri di più su Cell Arrays in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

