Files
miSim/aerpaw/results/plotResults.m
2026-03-09 21:23:31 -07:00

8 lines
307 B
Matlab

% 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);