二维 函数 作图

完整绘制任意f(x,y)=0的二维图像,精度可调

You are now following this Submission

示例:
FunPlot2(@(x,y)(complex(x)^complex(y)-complex(y)^complex(x)),-10,10,-10,10,0.01);
可作x^y=y^x的图像,即为本工具发布的图标中的图像,包含一条直线、一条曲线和两个系列的离散点。这个隐函数图象非常复杂,一般隐函数作图工具包括WolframAlpha都不能正确作出离散点,只能靠本工具精心设计的算法完整作出。

Cite As

埃博拉酱 (2026). 二维 函数 作图 (https://www.mathworks.com/matlabcentral/fileexchange/79688), MATLAB Central File Exchange. Retrieved .

Categories

Find more on 2-D and 3-D Plots in Help Center and MATLAB Answers

General Information

MATLAB Release Compatibility

  • Compatible with R2020b and later releases

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
2.1.0

上次文件上传失败

2.0.2

更新为实时函数,优化算法,提高作图质量,详细文档

2.0.1

更新CUDA需求

2.0.0

优化逻辑

1.2.2

清理代码

1.2.1

清理代码,提升性能,更新标签

1.2.0

更新示例图

1.1.2

更新算法,使用drawpolyline和drawpoint作图,图像更连续更美观,不再提供返回值

1.1.1

更正MATLAB发布版兼容性错误

1.1.0

更新文字说明,采用规范的arguments块进行参数检验

1.0.1

更新文字说明,便于搜索

1.0.0