scenario csv on both platforms

This commit is contained in:
2026-02-28 19:36:58 -08:00
parent 5e52292b71
commit 1d4f59734b
15 changed files with 739 additions and 293 deletions

View File

@@ -6,9 +6,9 @@ c = ["r", "g", "b", "m", "c", "y", "k"]; % plotting colors
seaToGroundLevel = 110; % meters, measured approximately from USGS national map viewer
% Paths to logs
gpsCsvs = fullfile ("sandbox", "test1", ...
["GPS_DATA_0c8d904aa159_2026-02-24_21:33:25.csv"; ...
"GPS_DATA_8e4f52dac04d_2026-02-24_21:33:25.csv"; ...
gpsCsvs = fullfile ("sandbox", "test2", ...
["GPS_DATA_0c8d904aa159_2026-02-27_20:52:33.csv"; ...
"GPS_DATA_8e4f52dac04d_2026-02-27_20:52:33.csv"; ...
]);
G = cell(size(gpsCsvs));