added logging to matfile

This commit is contained in:
2026-03-13 10:55:46 -07:00
parent 24113f282f
commit 102f23316d
10 changed files with 53 additions and 20 deletions

View File

@@ -23,6 +23,8 @@ classdef miSim
fPerf; % performance plot figure
% Indicies for various plot types in the main tiled layout figure
spatialPlotIndices = [6, 4, 3, 2];
numBarriers = 0; % Number of barrier functions needed
barriers = []; % log barrier function values at each timestep for analysis
end
properties (Access = private)