How to assign the value of the index to the index position?
    3 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    Paul Hinze
 el 6 de Dic. de 2021
  
    
    
    
    
    Comentada: KSSV
      
      
 el 6 de Dic. de 2021
            Hello dear Matlab Community
I have a row vector with the size of 1x40000. The vector consists of zeros and ones.
How can i convert the value ones to the value of their corresponding indices?
Here is a small example
v = [0 0 0 1 1 1  0 0 0]; % This vector ones at positions 4,5, and 6, and I want that the ones get changed by the values 4,5, and 6.
Thank you in advance,
Paul 
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
				Más información sobre Matrix Indexing 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!

