GINPUT FOR UIAXES

版本 1.0.0 (2.3 KB) 作者: Toey
GINPUTUIAX is similar to Matlab's original GINPUT, except that it works with UIFIGURE & UIAXES
231.0 次下载
更新时间 2020/7/2

查看许可证

%GINPUTUIAX Graphical input from mouse with custum cursor pointer.
% [X,Y] = ginputuiax(huiax,N) gets N points from the uiaxes, huiax and returns
% the X- and Y-coordinates in length N vectors X and Y.
% GINPUTUIAX is similar to Matlab's original GINPUT, except
% that it works with UIFIGURE & UIAXES
% Example:
% ax=uiaxes; plot(ax,rand(1,100))
% [x,y] = ginputuiax(ax,2)
%
% Adapted from GINPUTC by Jiro Doke
% Wanwara Thuptimdang
% Date: 1July2020

引用格式

Toey (2024). GINPUT FOR UIAXES (https://www.mathworks.com/matlabcentral/fileexchange/77605-ginput-for-uiaxes), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2020a
兼容任何版本
平台兼容性
Windows macOS Linux
致谢

参考作品: Custom GINPUT

Community Treasure Hunt

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

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