linkCursors

版本 1.0.1 (4.0 KB) 作者: ali amini
This Function links data cursors of the input axes.
272.0 次下载
更新时间 2023/3/14

查看许可证

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.

引用格式

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

MATLAB 版本兼容性
创建方式 R2020a
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
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