GINPUT FOR UIAXES

Versione 1.0.0 (2,29 KB) da Toey
GINPUTUIAX is similar to Matlab's original GINPUT, except that it works with UIFIGURE & UIAXES
247 download
Aggiornato 2 lug 2020

Visualizza la licenza

%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

Cita come

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

Compatibilità della release di MATLAB
Creato con R2020a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Riconoscimenti

Ispirato da: Custom GINPUT

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0