You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
params = GetParams(displacementVec, displacementNorm, vel, vel, nNeighbors+1, fieldSize); %'nNeighbors+1' because each agent will get parameters for self, so we look at one more agent and drop the self-parameters afterward
parameters = params(6:end,:); % exclude the parameters corresponding to self