% Problem 1 function problem1 a = [ 6 7 -1 9 3] b = [-3 12 7 11 -2] b>0 a(b>0) find(((a>b)&(b<0))|(a>5)) return