二维 函数 作图

完整绘制任意f(x,y)=0的二维图像,精度可调
52 téléchargements
Mise à jour 18 oct. 2020

Afficher la licence

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

Citation pour cette source

埃博拉酱 (2025). 二维 函数 作图 (https://fr.mathworks.com/matlabcentral/fileexchange/79688), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R2020b
Compatible avec les versions R2020b et ultérieures
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur 2-D and 3-D Plots dans Help Center et MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
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