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
MAKEDATATIP allows programmatically adding datatips to some graphical objects.
Updated to allow adding datatips to additional handle objects including scatter plots and images. If there are other object types you want supported that do not currently work, please let me know.
Example:
x = 1:10;
y = rand(1,10);
hPlot = plot(x,y);
makedatatip(hPlot,[3 8])
Example:
[X,Y,Z] = peaks(30);
hObj = surf(X,Y,Z);
I = [5 8; 20 12; 22 28];
hDatatip = makedatatip(hObj, I);
Citation pour cette source
Tim Farajian (2026). MAKEDATATIP (https://fr.mathworks.com/matlabcentral/fileexchange/19877-makedatatip), MATLAB Central File Exchange. Extrait(e) le .
Remerciements
A inspiré : Programmatically Datatip Generation with Matlab Implementation, linkdatatips
Catégories
En savoir plus sur Creating, Deleting, and Querying Graphics Objects dans Help Center et MATLAB Answers
Informations générales
- Version 1.1.0.0 (2,52 ko)
Compatibilité avec les versions de MATLAB
- Compatible avec toutes les versions
Plateformes compatibles
- Windows
- macOS
- Linux
| Version | Publié le | Notes de version | Action |
|---|---|---|---|
| 1.1.0.0 | Included a BSD license.
|
||
| 1.0.0.0 |
