CUSUM and CUMSUM, cusum not found
조회 수: 2 (최근 30일)
이전 댓글 표시
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
madhan ravi
2019년 1월 20일
isn't https://www.mathworks.com/matlabcentral/answers/440576-error-in-using-load#comment_662271 related (similar)?
채택된 답변
Image Analyst
2019년 1월 20일
It was introduced into the Signal Processing Toolbox in release R2016a, a later release than what you have.
댓글 수: 4
Image Analyst
2019년 1월 20일
OK, good. They usually sell you the latest version, which is what you want.
추가 답변 (1개)
dpb
2019년 1월 20일
>> 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)...
참고 항목
카테고리
Help Center 및 File Exchange에서 Get Started with Statistics and Machine Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!