finalized plotting utility

This commit is contained in:
2026-03-04 22:32:39 -08:00
parent 110ff87c57
commit d5c7f4f11f
8 changed files with 86 additions and 28 deletions

View File

@@ -19,6 +19,7 @@ classdef miSim
barrierExponent = NaN; % CBF exponent parameter
minAlt = 0; % minimum allowable altitude (m)
artifactName = "";
f; % main plotting tiled layout figure
fPerf; % performance plot figure
end
@@ -31,7 +32,6 @@ classdef miSim
% Plot objects
makePlots = true; % enable/disable simulation plotting (performance implications)
makeVideo = true; % enable/disable VideoWriter (performance implications)
f; % main plotting tiled layout figure
connectionsPlot; % objects for lines connecting agents in spatial plots
graphPlot; % objects for abstract network graph plot
partitionPlot; % objects for partition plot