ginput with normalized coordinates of the figure window.

버전 1.0.0 (4.57 KB) 작성자: Stijn Haenen
Graphical input from mouse.
다운로드 수: 42
업데이트 날짜: 2020/5/11

라이선스 보기

This function is an adapted version of the ginput function. The outut coordinates are the normalized coordinates of the figure window, instead of the x- and y-coordinate. This function can be used for adding annotations in the figure, for example:

a=ginput_norm(2);
annotation(figure1,'line',[a(1,1) a(2,1)],...
[a(1,2) a(2,2)],'LineStyle','--');

인용 양식

Stijn Haenen (2024). ginput with normalized coordinates of the figure window. (https://www.mathworks.com/matlabcentral/fileexchange/75469-ginput-with-normalized-coordinates-of-the-figure-window), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2020a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

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