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 (2026). MAKEDATATIP (https://kr.mathworks.com/matlabcentral/fileexchange/19877-makedatatip), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2012a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Creating, Deleting, and Querying Graphics Objects에 대해 자세히 알아보기
버전 게시됨 릴리스 정보
1.1.0.0

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

1.0.0.0