Data cursors for figure window

版本 1.2.0.0 (8.8 KB) 作者: Malcolm Lidierth
Data cursor support for multiple axes in a fugure
4.6K 次下载
更新时间 2011/5/24

查看许可证

Several related functions:

CreateCursor sets up a vertical cursor on all axes in a figure. The cursors can be moved around using the mouse.
Multiple cursors are supported in each figure

GetCursorLocation returns the location of a cursor while SetCursorLocation sets it.

DeleteCursor removes a cursor.

Objects belonging to each cursor have their handles stored in the figure application data area. Callbacks for each object serve to link their position on the axes.

引用格式

Malcolm Lidierth (2025). Data cursors for figure window (https://ww2.mathworks.cn/matlabcentral/fileexchange/14093-data-cursors-for-figure-window), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2006b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Graphics Object Properties 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.2.0.0

Improved functionality

1.0.0.0

Minor improvements