CUSUM and CUMSUM, cusum not found

조회 수: 2 (최근 30일)
Matlaber
Matlaber 2019년 1월 20일
댓글: Image Analyst 2019년 1월 20일
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
Matlaber
Matlaber 2019년 1월 20일
No.
This question is about why "cusum" is not working in my Matlab version 2015b.

댓글을 달려면 로그인하십시오.

채택된 답변

Image Analyst
Image Analyst 2019년 1월 20일
It was introduced into the Signal Processing Toolbox in release R2016a, a later release than what you have.
  댓글 수: 4
Matlaber
Matlaber 2019년 1월 20일
i need to install the latest version which is 2018b
Image Analyst
Image Analyst 2019년 1월 20일
OK, good. They usually sell you the latest version, which is what you want.

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

dpb
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)...
  댓글 수: 1
Matlaber
Matlaber 2019년 1월 20일
it shown below:
>> which -all cusum
'cusum' not found.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

제품


릴리스

R2015b

Community Treasure Hunt

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

Start Hunting!

Translated by