CSV parametric testing

This commit is contained in:
2026-01-20 23:49:12 -08:00
parent 177c1f2ee4
commit 8b7a756485
5 changed files with 71 additions and 51 deletions

View File

@@ -67,8 +67,8 @@ classdef miSim
[obj] = plotTrails(obj);
[obj] = plotH(obj);
[obj] = updatePlots(obj);
[obj] = teardown(obj);
validate(obj);
teardown(obj);
end
methods (Access = private)
[v] = setupVideoWriter(obj);