linkCursors

Version 1.0.1 (3.98 KB) by ali amini
This Function links data cursors of the input axes.
268 Downloads
Updated 14 Mar 2023

View License

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.

Cite As

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

MATLAB Release Compatibility
Created with R2020a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
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