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

@@ -63,10 +63,12 @@ function [obj] = run(obj)
end
end
% Close video
if coder.target('MATLAB')
if obj.makeVideo
% Close video file
v.close();
end
end
end