MAKEDATATIP
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);
Citar como
Tim Farajian (2026). MAKEDATATIP (https://es.mathworks.com/matlabcentral/fileexchange/19877-makedatatip), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
Etiquetas
Agradecimientos
Inspiración para: Programmatically Datatip Generation with Matlab Implementation, linkdatatips
Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
