Function Has Been Partially Removed

조회 수: 3 (최근 30일)
Sinan Islam
Sinan Islam 2020년 11월 13일
댓글: Rik 2020년 11월 13일
Hello,
I am using the Financial toolbox. I noticed alot of functions have a warning that a function has been partially removed.
All technical indicators in the Financial toolbox are marked with this warning. For example, RSI (the most popular technical indicator) have the following warning:
rsindex has been partially removed and will no longer accept a fints object (tsobj) argument. Use a matrix, timetable, or table instead for financial time series. Use fts2timetable to convert a fints object to a timetable object.
What does partially removed mean? Does that mean you are going to remove these functions in future releases, so I should not be using them?
Thank you!

채택된 답변

Steven Lord
Steven Lord 2020년 11월 13일
Replace your use of fints objects with timetable as recommended in the Release Notes.
  댓글 수: 2
Sinan Islam
Sinan Islam 2020년 11월 13일
If you plan to remove the fints objects from Matlab, then why does your warning say you are removing the RSI Index? Please, correct this warning as it is misleading. Please, make it clear that you plan to remove the input argument data type and not the function that takes in the argument.
Rik
Rik 2020년 11월 13일
It is correct: the part of the function that deals with this kind of object has been removed.

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

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by