Select points from graph: graphpoints

버전 1.0.0.0 (26.4 KB) 작성자: Bill Whiten
Get coordinates and indices of points from a graph [xx,yy,indx]=graphpoints(x,y)
다운로드 수: 220
업데이트 날짜: 2016/10/16

라이선스 보기

[xx,yy,indx]=graphpoints(x,y)
Allows user to select any special points plotted on a graph for further examination. Thus extreme points, outliers, and boundary points including a Pareto boundary are easily identified. The coordinates of the points select are given plus the index of the points so they can be separated for special treatment.
The plot can drawn within this function or generated before calling this function if a more complex plot is desired. The function arguments optionally allow a subset of the data to be plotted. The graph can be rescaled between point selections to improve the ability to select the desired points.

To use current figure:
[xx,yy,indx,sect]=graphpoints()
to get values from an existing graph with multiple sections.
Read intro in graphpoints, or type “doc graphpoints” for more informatio.

인용 양식

Bill Whiten (2024). Select points from graph: graphpoints (https://www.mathworks.com/matlabcentral/fileexchange/59755-select-points-from-graph-graphpoints), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2016b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 2-D and 3-D Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0