You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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 (2026). break and flop along axis (https://www.mathworks.com/matlabcentral/fileexchange/68878-break-and-flop-along-axis), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.1 (1.26 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
