Dynamic-Calibration/utils/YALMIP-master/extras/@ndsdpvar/horzcat.m

4 lines
78 B
Mathematica
Raw Normal View History

2019-12-18 11:25:45 +00:00
function x = horzcat(varargin)
% horzcat (overloaded)
x = cat(2,varargin{:});