addaxis

バージョン 1.1.0.0 (21.4 KB) 作成者: Harry Lee
Add multiple y-axes to plots. zoomable with zoom modification.
ダウンロード: 34.3K
更新 2016/7/7

ライセンスの表示

編集メモ: This file was selected as MATLAB Central Pick of the Week

Adds multiple axes to plots using addaxis.m. Automatically adjusts axes to accomodate as many axes as you want.
Add more plots to any added axes with addaxisplot.m
Add y-labels to any of the axes with addaxislabels.m

All plots zoom together. A small modification to the zoom function allows all of the added axes to update with zoom.

zoom modifications for R11.1 and R14SP2 are included.

Usage is almost exactly like the plot command, see the help for addaxis.m for examples.

引用

Harry Lee (2024). addaxis (https://www.mathworks.com/matlabcentral/fileexchange/9016-addaxis), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2010a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
謝辞

ヒントを与えたファイル: myaxisc, addy_axis, plotNAx, addaxes.m v1.1 (Sep 2009), Axis XX

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.1.0.0

Supports zooming of added axes in versions of Matlab that support the zoom mode objects with ActionPostCallback and ActionPreCallback. Tested for R2010a.

1.0.0.0

Fixed small bug in addaxisplot so it works to add plots to the original axis, also addaxislabel input made more flexible.