how to convert character array to cell array
    4 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
    Jyothi Alugolu
 le 25 Juil 2017
  
    
    
    
    
    Commenté : Jyothi Alugolu
 le 26 Juil 2017
            hello, i have a char array of size 1280 * 8 ... values like 11111111 01010101 10100101 ........ 01010101 Now i want as 1*10240 cell array (since 1280 * 8 =10240)...output must be 1,1,1,1,1,1,1,1,0,1,0,1,0,1,0,1.....i used str2num ..but they were being conatanated as vertical..i want to conctanate horizantally/..
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
				En savoir plus sur Creating and Concatenating Matrices dans Help Center et File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!