MAKEDATATIP

バージョン 1.1.0.0 (2.52 KB) 作成者: Tim Farajian
Allows programmatically adding datatips to any valid graphical object.
ダウンロード: 6.8K
更新 2012/6/27

ライセンスの表示

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

引用

Tim Farajian (2024). MAKEDATATIP (https://www.mathworks.com/matlabcentral/fileexchange/19877-makedatatip), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2012a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersGraphics Object Programming についてさらに検索

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.1.0.0

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

1.0.0.0