| Financial Toolbox™ | ![]() |
newfts = cumsum(oldfts)
newfts = cumsum(oldfts) calculates the cumulative sum of each individual time series data series in the financial time series object oldfts and returns the result in another financial time series object newfts. newfts contains the same data series names as oldfts.
Compute the cumulative sum for Disney stock and plot the results:
load disney.mat
cs_dis = cumsum(fillts(dis));
plot(cs_dis)
title('Cumulative Sum for Disney')

cumsum in the MATLAB® documentation
![]() | createholidays | cur2frac | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |