implot2.m

버전 1.17.0.0 (2.72 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