String split from the line .
    5 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    Karanvir singh Sohal
 el 5 de Abr. de 2021
  
    
    
    
    
    Comentada: Karanvir singh Sohal
 el 5 de Abr. de 2021
            Hello!
I have strings stored in "myline" variable. 
myline = ,A,B,C,D,E,F,G,H,I,J,K
I want to split the string at(,) and also wants to remove the empty space(" ",A) which is available before A.
Further I want to store these in variable "B".
B={'A';'B';'C';'D';'E';'F';'G';'H';'I''J';'K'}
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
				Más información sobre Characters and Strings en Help Center y File Exchange.
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!