added h plots

This commit is contained in:
2026-01-06 21:57:30 -08:00
parent 591430ad8a
commit ddecf63d68
6 changed files with 89 additions and 0 deletions

View File

@@ -48,4 +48,7 @@ function obj = plot(obj)
% Plot performance
obj = obj.plotPerformance();
% Plot h functions
obj = obj.plotH();
end