type error fix
This commit is contained in:
@@ -3,7 +3,7 @@ function f = plotGpsLogs(logDirs)
|
||||
logDirs (1, 1) string;
|
||||
end
|
||||
arguments (Output)
|
||||
f (1, 1) uifigure;
|
||||
f (1, 1) matlab.ui.Figure;
|
||||
end
|
||||
% Plot setup
|
||||
f = uifigure;
|
||||
@@ -88,4 +88,4 @@ function f = plotGpsLogs(logDirs)
|
||||
|
||||
% finish
|
||||
hold(gf, "off");
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user