CUSUM and CUMSUM, cusum not found

Hi,
I am using Matlab version 2015b.
I can use "cumsum", but not "cusum".
Is it because of different version?
cusum link: cusum matlab link
>> help cusum
cusum not found.
Use the Help browser search field to search the documentation, or
type "help help" for help command options, such as help for methods.
Did you mean:
>> help cumsum

2 Comments

No.
This question is about why "cusum" is not working in my Matlab version 2015b.

Sign in to comment.

 Accepted Answer

Image Analyst
Image Analyst on 20 Jan 2019
It was introduced into the Signal Processing Toolbox in release R2016a, a later release than what you have.

4 Comments

Thank you!
I am using Matlab version 2015b.
Is there any website where to upgrade my Matlab version?
i need to install the latest version which is 2018b
OK, good. They usually sell you the latest version, which is what you want.

Sign in to comment.

More Answers (1)

>> which -all cusum
C:\ML_R2017\toolbox\signal\signal\cusum.m
>>
Your present release apparently doesn't have the Signal Processing TB in the license (or not yet installed)...

Categories

Find more on MATLAB Coder in Help Center and File Exchange

Products

Release

R2015b

Community Treasure Hunt

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

Start Hunting!