MAKEDATATIP

Allows programmatically adding datatips to any valid graphical object.
6,8K download
Aggiornato 27 giu 2012

Visualizza la licenza

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);

Cita come

Tim Farajian (2026). MAKEDATATIP (https://it.mathworks.com/matlabcentral/fileexchange/19877-makedatatip), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2012a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Creating, Deleting, and Querying Graphics Objects in Help Center e MATLAB Answers
Versione Pubblicato Note della release
1.1.0.0

Included a BSD license.
Updated to allow additional objects including scatter plots and images.

1.0.0.0