Loading scsearch.m +2 −2 Original line number Diff line number Diff line Loading @@ -294,8 +294,8 @@ for m=1:M % ttemp = gpuArray(tm(m,:)); % xtemp = gpuArray(x(:,m).'); ttemp = tm(m,:); ttempdif = ttemp(:)-tmid(m); ttempdifl = ttemp(:)-tmid(m)-0.5*dt; ttempdif = (ttemp(:)-tmid(m)).'; ttempdifl = (ttemp(:)-tmid(m)-0.5*dt).'; xtemp = x(:,m).'; % toc Loading Loading
scsearch.m +2 −2 Original line number Diff line number Diff line Loading @@ -294,8 +294,8 @@ for m=1:M % ttemp = gpuArray(tm(m,:)); % xtemp = gpuArray(x(:,m).'); ttemp = tm(m,:); ttempdif = ttemp(:)-tmid(m); ttempdifl = ttemp(:)-tmid(m)-0.5*dt; ttempdif = (ttemp(:)-tmid(m)).'; ttempdifl = (ttemp(:)-tmid(m)-0.5*dt).'; xtemp = x(:,m).'; % toc Loading