increase value in vector
    1 visualización (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    Lev Mihailov
 el 3 de Feb. de 2020
  
    
    
    
    
    Respondida: David Hill
      
      
 el 3 de Feb. de 2020
            X=[102 103 116 145 108] % 
iwant=[102 205 321 466 574] % what i need to get
% 102+103=205 ; 205+116=321 ;
for i=1:length(n)-1    % I tried to make such an option, but it does not work
    X1(i)=X(i)+X(i+1)
end
Help, how can I do this better?
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
				Más información sobre Loops and Conditional Statements en Help Center y File Exchange.
			
	Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!