Why to remove EZPLOT?

조회 수: 6 (최근 30일)
Yevgeny Gayev
Yevgeny Gayev 2022년 9월 19일
답변: Yevgeny Gayev 2022년 9월 21일
I educate programming and mathematics for many years, MATLAB particularly.
I find that EZPLOT is a wonderful command. It works either for Text-argument or for Syms-argument, and this allowed me to introduce more about Data Types to students. However, recent versions of the MATLAB tell "ezplot is not recommended. Use FPLOT or FIMPLICIT instead".
I wonder why do MathWorks remove EZPLOT, why not to save it in more advanced versions?
I thank in advance for possible answers!
  댓글 수: 1
Steven Lord
Steven Lord 2022년 9월 19일
Note that neither of the documentation pages for the ezplot functions (in MATLAB or Symbolic Math Toolbox) say anything about them being removed. In fact, the Compatibility Considerations in the Version History section of the documentation page for the function in MATLAB explicitly state "There are no plans to remove ezplot."

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

답변 (2개)

Walter Roberson
Walter Roberson 2022년 9월 19일
ezplot() was considered to have a lot of overlap with fplot() and fimplicit(), but it had limitations, not having been updated to support some of the newer features. It was getting to be too much work to keep updating ezplot() to emulate things that were already available through fplot() and fimplicit()

Yevgeny Gayev
Yevgeny Gayev 2022년 9월 21일
I am thankful for all three answers to my question!
However, EZPLOT "was getting to be too much work to keep updating ezplot() to emulate things that were already available through fplot() and fimplicit()" -- I don't think so. I come back to this problem later again.
Thank you!

카테고리

Help CenterFile Exchange에서 Formula Manipulation and Simplification에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by