필터 지우기
필터 지우기

Why Matlab remove old functions?

조회 수: 3 (최근 30일)
Sushil
Sushil 2020년 6월 28일
댓글: Walter Roberson 2020년 6월 30일
I am used to using simple function and I see that Matlab has removed this function. Why does Matlab remove the function, when they can overload functions very easily, rather than making us relearn new functions?

채택된 답변

Walter Roberson
Walter Roberson 2020년 6월 28일
simple() is part of the Symbolic Mathematics Toolbox. The underlying representation of the Symbolic Toolbox has been changing, so Mathworks has to update all existing functions that use the symbolic engine. Holding on to old functions is not "free": they have to rewrite the internal parts and they have to test them.
simple() was removed some time before R2015a.
  댓글 수: 2
Sushil
Sushil 2020년 6월 30일
Is that the reason most of the universities are moving to Python and R. Everytime Matlab new version comes, the old code breaks.
Walter Roberson
Walter Roberson 2020년 6월 30일
No, that is not the reason. Python has its own problems with backwards compatibility.

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

추가 답변 (0개)

카테고리

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

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by