이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
Enable this program (by handle) on an axes or a line object to activate graphical inspection of the data points in the plot or line object. When enabled, left-click and hold on a datapoint on the plot, and its x and y coordinates are displayed. (peekplot currently only works for 2-d plots). When the mouse button is released, the text will vanish. Click-and-drag to move the text to a more visible area if necessary, with a dashed-line trail to the original point. Peekplot cleans up after itself when terminated.
Peekplot works seamlessly with moveplot.m, but users must be sure to terminate the functions in the reverse order they are invoked (like a stack), e.g.:
m=plot(x,sin(x));
moveplot(m)
peekplot(m)
%perform inspection and alteration
peekplot(m,'off')
moveplot(m,'off')
If moveplot is terminated before peekplot, both will be terminated at once.
Peekplot works with addplot, but not necessarily seamlessly. Addplot may be fixed in a later revision.
인용 양식
Brandon Kuczenski (2026). Peekplot (https://kr.mathworks.com/matlabcentral/fileexchange/4227-peekplot), MATLAB Central File Exchange. 검색 날짜: .
도움
도움 준 파일: TAGS
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 1.0.0.0 |
