added abstract network graph plot

This commit is contained in:
2025-10-27 19:52:10 -07:00
parent b2787e1e53
commit f953cd3882
3 changed files with 29 additions and 1 deletions

View File

@@ -258,6 +258,9 @@ classdef test_miSim < matlab.unittest.TestCase
% Plot communication links
f = tc.testClass.plotNetwork(f);
% Plot abstract network graph
f = tc.testClass.plotGraph(f);
end
end
end