This commit is contained in:
2026-03-17 22:15:42 -07:00
parent 8c3b853895
commit f23675a54c
4 changed files with 36 additions and 20 deletions

View File

@@ -10,8 +10,8 @@ classdef results < matlab.unittest.TestCase
%% Diagnostic Parameters
% No effect on simulation dynamics
makeVideo = false; % disable video writing for big performance increase
makePlots = false; % disable plotting for big performance increase (also disables video)
makeVideo = true; % disable video writing for big performance increase
makePlots = true; % disable plotting for big performance increase (also disables video)
plotCommsGeometry = false; % disable plotting communications geometries
%% Scenario Reinitialization