Vous suivez désormais cette soumission
- Les mises à jour seront visibles dans votre flux de contenu suivi
- Selon vos préférences en matière de communication il est possible que vous receviez des e-mails
GINPUTPLOT finds points on the 2-D plot nearest to the mouse click
[XI,YI] = GINPUTPLOT(N) gets N points from the current axes and
returns the nearest points on the plot of Y versus X, in length N
vectors XI and YI, where X and Y are respectively 'XData' and 'YData'
properties of all childern objects in the current axes.
[XI,YI] = GINPUTPLOT gathers an unlimited number of points until
the return key is pressed.
GINPUTPLOT(H,N) and GINPUTPLOT(H) does the same as GINPUTPLOT(N) and
GINPUTPLOT for objects with handles H.
Example:
[t,Y] = ode23(@lotka,[0 5],[20 20]');
plot(Y(:,1),Y(:,2))
[xi,yi] = ginputplot
If any suggestions/improvements/entensions, please let me know.
Citation pour cette source
Mukhtar Ullah (2026). GINPUTPLOT (https://fr.mathworks.com/matlabcentral/fileexchange/6512-ginputplot), MATLAB Central File Exchange. Extrait(e) le .
Informations générales
- Version 1.0.0.0 (853 octets)
-
Aucune licence
Compatibilité avec les versions de MATLAB
- Compatible avec toutes les versions
Plateformes compatibles
- Windows
- macOS
- Linux
| Version | Publié le | Notes de version | Action |
|---|---|---|---|
| 1.0.0.0 | mistakenly another file was added last time. now it's correct. |
