last plot updates

This commit is contained in:
2026-03-18 16:05:23 -07:00
parent f23675a54c
commit 2ca0c286cd
7 changed files with 203 additions and 227 deletions

View File

@@ -34,6 +34,11 @@ function [obj] = run(obj)
obj = obj.lesserNeighbor();
end
% Log constraint adjacency for this timestep
if coder.target('MATLAB')
obj.constraintAdjacencyHist(:, :, ii) = obj.constraintAdjacencyMatrix;
end
% Moving
% Iterate over agents to simulate their unconstrained motion
for jj = 1:size(obj.agents, 1)