GetLinkedAxes
版本 1.0.0.0 (1.7 KB) 作者:
Jan de Wilde
Get all the axes-handles which are linked to the axis-handle.
Get all the axes-handles which are linked to the axis-handle given as input; or, when omitted linked to the current_axis.
Example:
figure(1);
sh1 = subplot(211); plot(randn(1,100));
sh2 = subplot(212); plot(randn(1,100));
linkaxes([ sh1 sh2 ]); zoom on;
allaxes = GetLinkedAxes( sh1 );
disp( allaxes );
引用格式
Jan de Wilde (2024). GetLinkedAxes (https://www.mathworks.com/matlabcentral/fileexchange/41273-getlinkedaxes), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
创建方式
R2012b
兼容任何版本
平台兼容性
Windows macOS Linux类别
- Code Generation > Fixed-Point Designer > Automated Data Type Conversion > Automated Fixed-Point Conversion in MATLAB >
- FPGA, ASIC, and SoC Development > Fixed-Point Designer > Automated Data Type Conversion > Automated Fixed-Point Conversion in MATLAB >
在 Help Center 和 MATLAB Answers 中查找有关 Automated Fixed-Point Conversion in MATLAB 的更多信息
标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!版本 | 已发布 | 发行说明 | |
---|---|---|---|
1.0.0.0 |