added radio plotting tools
This commit is contained in:
8
aerpaw/results/plotResults.m
Normal file
8
aerpaw/results/plotResults.m
Normal 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);
|
||||
Reference in New Issue
Block a user