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