Skip to content

Commit b81a723

Browse files
committed
Remove unnecessary code from OpenOverview.m
1 parent 43341bd commit b81a723

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

HelperFunctions/OpenOverview.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
% Open the overview file
33
locDir = pwd;
44
if contains(locDir,filesep+"MATLAB Drive")
5-
open("Navigation.mlx")
5+
open("NavigationOverview.mlx")
66
else
77
open("Overview.html")
88
end
99

1010
% Close the current script
11-
open("OpenOverview.m")
12-
close(matlab.desktop.editor.getActive)
11+
% open("OpenOverview.m")
12+
% close(matlab.desktop.editor.getActive)
1313
end

0 commit comments

Comments
 (0)