could anyone help me how to combine data in two columns
    4 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    jaah navi
 el 29 de Nov. de 2019
  
    
    
    
    
    Comentada: Stephan
      
      
 el 29 de Nov. de 2019
            A=[1;
2;
3]
B=[4 ;
5;
6]
I want to have the result in the following manner
[1     4;
2      5;
3      6]
could anyone please help me on this.
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
				Más información sobre Logical 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!

