二维 函数 作图

完整绘制任意f(x,y)=0的二维图像,精度可调
40 Downloads
Aktualisiert 18. Okt 2020

Lizenz anzeigen

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

Zitieren als

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

Kompatibilität der MATLAB-Version
Erstellt mit R2020b
Kompatibel mit R2020b und späteren Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu 2-D and 3-D Plots finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
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