Daniel@0: function p = approxeq_pot(A, B, tol) Daniel@0: Daniel@0: if nargin < 3, tol = 1e-3; end Daniel@0: Daniel@0: p = approxeq(A.T, B.T, tol);