GetLinkedAxes
バージョン 1.0.0.0 (1.68 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 (2025). 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 |