0001 function x = sljacobn(dh, u) 0002 N = numrows(dh); 0003 x = inv(jacobn(dh, u(1:N))) * u((N+1):(N+6));