linkdatatips

버전 1.4.0.0 (3.18 KB) 작성자: Iram Weinstein
Creates and maintains linked datatips in all plots as the user moves around the first plot
다운로드 수: 912
업데이트 2010/5/18

라이선스 보기

I often find myself trying to compare the results of different functions z=f(x,y), using datatips in the plots. This function provides a way of exploring results in one plot while observing values in the other plots as well. Linkdtatips works with plots formed by image, imagesc, mesh,meshc, pcolor, surf and surfc.

Added feature. To shift the primary datatip focus to the kth plot, call again as linkdatatips(hg(k))

Linkdatatips is compatible with linkaxes.

EXAMPLE:
z = peaks(50);
figure
h(1) = imagesc(z);
figure
subplot 121
h(2) = surf(z.^2);
subplot 122
h(3)=mesh(z+3);
linkdatatips(h);

인용 양식

Iram Weinstein (2026). linkdatatips (https://kr.mathworks.com/matlabcentral/fileexchange/27266-linkdatatips), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2009b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Call Python from MATLAB에 대해 자세히 알아보기
도움

도움 받은 파일: MAKEDATATIP

버전 게시됨 릴리스 정보
1.4.0.0

Added feature. To shift the primary datatip focus to the kth plot, call again as linkdatatips(hg(k))

Also, default behavior of the datatip is now SnapToDataVertex.

1.3.0.0

Added tags

1.0.0.0