Why do i get rid of this error using cumsum saying 'dimension argument must be positive integer scalar within indexing range?

2 次查看(过去 30 天)
I am trying to get the cumulative return of four trading strategies using cum sum and it is giving me the error in the screen shot, how do i get rid of it?
Thanks
  1 个评论
Stephen23
Stephen23 2017-10-26
编辑:Stephen23 2017-10-26
The cumsum help shows that the data is always an array supplied as the first argument to cumsum. What do you expect to happen when you supply cumsum with four separate array input arguments?

请先登录,再进行评论。

采纳的回答

Andrei Bobrov
Andrei Bobrov 2017-10-26
编辑:Andrei Bobrov 2017-10-26
May be so?
cumu_ret_is= cumsum([d_pretbm_is,d_pretl_is,d_pret2_is,d_pret3_is])

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Matrix Indexing 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by