Al momento, stai seguendo questo contributo
- Vedrai gli aggiornamenti nel tuo feed del contenuto seguito
- Potresti ricevere delle email a seconda delle tue preferenze per le comunicazioni
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);
Cita come
Iram Weinstein (2026). linkdatatips (https://it.mathworks.com/matlabcentral/fileexchange/27266-linkdatatips), MATLAB Central File Exchange. Recuperato .
Riconoscimenti
Ispirato da: MAKEDATATIP
Informazioni generali
- Versione 1.4.0.0 (3,18 KB)
Compatibilità della release di MATLAB
- Compatibile con qualsiasi release
Compatibilità della piattaforma
- Windows
- macOS
- Linux
