Take value from matrix and add value .
    3 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    fyza affandi
 el 7 de Dic. de 2018
  
    
    
    
    
    Respondida: madhan ravi
      
      
 el 7 de Dic. de 2018
            Matrix S is given
S= [ 0 0 0 0 0
     1 0 0 0 0]
I want to take 1st three number of second row which is 100 and then add with 1 which thee answer will 101 (binary)
The result should be like this
 S= [ 0 0 0 0 0
     1 0 0 0 0
     1 0 1 0 0]
Can someone help me?
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
				Más información sobre Creating and Concatenating Matrices 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!

