glinkaxes: interactive linkaxes

版本 1.1.0.0 (3.4 KB) 作者: Kesh Ikuma
GLINKAXES lets user, via mouse clicks, to choose the axes to synchronize their axis limits.
381.0 次下载
更新时间 2011/4/14

查看许可证

GLINKAXES is a wrapper function for the built-in LINKAXES function. Prior to calling LINKAXES function, GLINKAXES accepts user mouse clicks to select axes to synchronize.

There are 4 possible ways to call this function:

GLINKAXES or GLINKAXES(OPTION) to choose as many axes as desired (terminate selection by pressing ENTER key with the focus on a figure window).

GLINKAXES(N) or GLINKAXES(N,OPTION) to choose (up to) N axes. Press ENTER key for less than N.

OPTION argument is directly passed to LINKAXES and must be one of 'x','y','xy',or 'none'.

This function works on Matlab R2008a or later. (It uses a OnCleanup function which is introduced in R2008a.)

Revision:
Rev.1 (4/14/11) - GLINKAXES(OPTION) calling option parsing bug fix

引用格式

Kesh Ikuma (2024). glinkaxes: interactive linkaxes (https://www.mathworks.com/matlabcentral/fileexchange/30850-glinkaxes-interactive-linkaxes), MATLAB Central File Exchange. 检索来源 .

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

Community Treasure Hunt

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

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

GLINKAXES(OPTION) parsing bug fix

1.0.0.0