ran 3 new experiments on AERPAW simulation to test before submitting

This commit is contained in:
2026-05-25 14:07:49 -07:00
parent 9c65bf7880
commit a30dfe6be7
6 changed files with 112 additions and 45 deletions
+4
View File
@@ -11,6 +11,10 @@ function [obj] = run(obj)
if obj.makeVideo
v = obj.setupVideoWriter();
v.open();
% Write initialization state frame in to video
I = getframe(obj.f);
v.writeVideo(I);
end
end