added radio plotting tools

This commit is contained in:
2026-03-04 21:22:33 -08:00
parent 3fd4462f11
commit 51e7533369
19 changed files with 299 additions and 123 deletions

View File

@@ -0,0 +1,8 @@
% Define path to run results copied from AERPAW platform
resultsPath = fullfile(matlab.project.rootProject().RootFolder, "sandbox", "t1");
% Plot GPS logged data and scenario information (domain, objective, obstacles)
uif = plotGpsLogs(resultsPath);
% Plot radio statistics
f = plotRadioLogs(resultsPath);