break and flop along axis

バージョン 1.0.1 (1.26 KB) 作成者: Mustafa Codur
breaking the x axis
ダウンロード: 213
更新 2018/9/21

ライセンスの表示

breaking the x axis also you can convert it to break y axis, easly.

a = .1:.01:10;
b= sin(a);
subplot(2,1,1);
plot(a,b)
graphic2 = gca;
subplot(2,1,2);
BreakXAxisv2(a',b',2,7,graphic2)

引用

Mustafa Codur (2024). break and flop along axis (https://www.mathworks.com/matlabcentral/fileexchange/68878-break-and-flop-along-axis), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2018b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
タグ タグを追加

Community Treasure Hunt

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

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

breaking the x axis v_2

1.0.0