separator(L)

Version 1.0.0.0 (140 Bytes) by Walid KESSAL
A vertical separation between two Matrices
24 Downloads
Updated 18 Apr 2018

View License

EX: A = [ 2 2 2; 2 2 2 ]; B = [ 2 2 2; 2 2 2 ]; L = 2;
C = [ num2str(A) separator(L) num2str(B) ]
The result is:
C =
2 2 2 | 2 2 2
2 2 2 | 2 2 2

Cite As

Walid KESSAL (2024). separator(L) (https://www.mathworks.com/matlabcentral/fileexchange/66983-separator-l), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2018a
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.0.0