started performance plot

This commit is contained in:
2025-11-16 17:46:36 -08:00
parent e2d85ce6b9
commit 8dd1e012ad
13 changed files with 83 additions and 22 deletions

View File

@@ -17,13 +17,19 @@ classdef miSim
end
properties (Access = private)
% Sim
t = NaN; % current sim time
perf; % sensor performance timeseries array
times;
partitioningTimes;
% Plot objects
f = firstPlotSetup(); % 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
fPerf = figure; % performance plot figure
fPerf; % performance plot figure
performancePlot; % objects for sensor performance plot
% Indicies for various plot types in the main tiled layout figure