finalized plotting utility

This commit is contained in:
2026-03-04 22:32:39 -08:00
parent 110ff87c57
commit d5c7f4f11f
8 changed files with 86 additions and 28 deletions

View File

@@ -1,10 +1,10 @@
function f = plotRadioLogs(resultsPath)
function [f, R] = plotRadioLogs(resultsPath)
arguments (Input)
resultsPath (1, 1) string;
end
arguments (Output)
f (1, 1) matlab.ui.Figure;
R cell;
end
logDirs = dir(resultsPath);