fixed unit tests

This commit is contained in:
2026-01-13 23:16:41 -08:00
parent bcb3bc3da3
commit 2604711c78
15 changed files with 160 additions and 89 deletions

View File

@@ -51,4 +51,7 @@ function obj = plot(obj)
% Plot h functions
obj = obj.plotH();
% Switch back to primary figure
figure(obj.f);
end