Why to remove EZPLOT?

5 次查看(过去 30 天)
Yevgeny Gayev
Yevgeny Gayev 2022-9-19
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 中查找有关 Optimization 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by