function test_mpt_norm_repeated % As simple as it gets... yalmip('clear') sdpvar u0 x0 = sdpvar(2,1); bounds(x0,-2,2); bounds(u0,-2,2); x1 = [0.1 0.2;0.3 0.4]*x0 + [0.5;0.6]*u0 F = set([]); F = F + set(norm(x1,1) < norm(x0,1)); F = F + set(-2