Can movsum be modified a way, so that it will gain the following output:
    2 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
    Benedikt Wessel
 am 18 Sep. 2018
  
    
    
    
    
    Kommentiert: Benedikt Wessel
 am 18 Sep. 2018
            A=[1,2,3,4,5,6,7,8,9] B=movsum(A,?) B=[1,3,6,10,15,21,28,36,45] My aim is to build a sum along the vector; adding a value to the previous sum. Thanks for helping.
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
				Mehr zu Get Started with MATLAB finden Sie in Help Center und File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!