combine text and number in a matrixs
    4 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    Skydriver
 el 9 de Oct. de 2019
  
    
    
    
    
    Respondida: Walter Roberson
      
      
 el 10 de Oct. de 2019
            I have data a='clear' and b=6 and c=7.
I want develop a matrik contain of a and b. It should be = [clear, 6, 7]
I would be appreciate if anyybody can help 
Thx 
0 comentarios
Respuesta aceptada
  Walter Roberson
      
      
 el 10 de Oct. de 2019
        This is not possible with regular matrices. You can use cell arrays. Also table() objects can have columns of different types.
0 comentarios
Más respuestas (0)
Ver también
Categorías
				Más información sobre Cell Arrays 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!

