function y=equiv(a,b) y=or(and(a,b),and(not(a),not(b))); end