linkCursors

Versione 1.0.1 (3,98 KB) da ali amini
This Function links data cursors of the input axes.
268 download
Aggiornato 14 mar 2023

Visualizza la licenza

All of the input axes even in different figures will become linked.
examples: - linkCursors([ax1,ax2,ax3])
- linkCursors([ax1,ax2,ax3],'Default')
- linkCursors([ax1,ax2,ax3],'Fast')
options available:
- 'Default' : It is the complete version. In addition to when clicking,
It update all of the selected cursors when you use right
and left arrows. In some systems with limited resources,
it may cause lag.
- 'Fast' : I ommited the update functionality when left and right
arrow pressed so it is faster. But left and right arrow
update doesn't work properly.
notice : - without option the default mode is used.
- 'datatipinteraction' become disabled by this function. In some
versions all the default interactivity become disabled by this
function.

Cita come

ali amini (2024). linkCursors (https://www.mathworks.com/matlabcentral/fileexchange/78405-linkcursors), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2020a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.1

See release notes for this release on GitHub: https://github.com/aliamini87/linkCursors/releases/tag/v1.0.1
See release notes for this release on GitHub: https://github.com/aliamini87/linkCursors/releases/tag/v1.0.1
A bug-fix.

1.0.0