% GAUSS Symbolic counterpart of gauss.m % The array ab must have dimension Nx2. % Otherwise, if the dimension is N1x2 % with N1>N, then the routine should be % called with ab(1:N,:) instead of ab. % function xw=sgauss(dig,N,ab) N0=size(ab,1); if N0