break and flop along axis

breaking the x axis
213 Downloads
Updated 21 Sep 2018

View License

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)

Cite As

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

MATLAB Release Compatibility
Created with R2018b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.1

breaking the x axis v_2

1.0.0