Dynamic-Calibration/utils/YALMIP-master/extras/unionstripped.m

7 lines
137 B
Mathematica
Raw Permalink Normal View History

2019-12-18 11:25:45 +00:00
function c = unionstripped(a,b)
%UNIONSTRIPPED Internal function (version without checkings etc.)
c = uniquestripped([a(:)' b(:)']);