implot2.m

版本 1.17.0.0 (2.7 KB) 作者: Vinesh Rajpaul
A function to plot implicit functions of two variables.
2.2K 次下载
更新时间 2009/5/20

查看许可证

IMPLOT2 may be used to plot implicit functions of exactly two variables.

It uses a similar approach to IMPLOT (by Arthur Jutan), but extends the capabilities of IMPLOT to allow the specification of one or more lineseries properties: e.g. line width, line color, line style etc. It can also return a matrix containing all plotted datapoints, with contiguous line segments clearly demarcated.

Note that IMPLOT2 obtains isocontours for f(x,y)=0 via a fairly crude approach, viz. using the low-level CONTOURC function. Thus it is not ideal for applications where high levels of accuracy are required.

引用格式

Vinesh Rajpaul (2024). implot2.m (https://www.mathworks.com/matlabcentral/fileexchange/23548-implot2-m), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R14
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Transaction Cost Analysis 的更多信息
致谢

参考作品: implot.m

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.17.0.0

Now plots lineseries objects instead of contourgroup objects. Can now return handle to plotted lineseries object; also, can return a matrix containing all plotted datapoints, with contiguous line segments clearly demarcated.

1.5.0.0

n/a