3 lines
57 B
Mathematica
3 lines
57 B
Mathematica
|
|
function P = vertcat(varargin)
|
||
|
|
|
||
|
|
P = horzcat(varargin{:});
|