We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43341bd commit b81a723Copy full SHA for b81a723
HelperFunctions/OpenOverview.m
@@ -2,12 +2,12 @@
2
% Open the overview file
3
locDir = pwd;
4
if contains(locDir,filesep+"MATLAB Drive")
5
- open("Navigation.mlx")
+ open("NavigationOverview.mlx")
6
else
7
open("Overview.html")
8
end
9
10
% Close the current script
11
-open("OpenOverview.m")
12
-close(matlab.desktop.editor.getActive)
+% open("OpenOverview.m")
+% close(matlab.desktop.editor.getActive)
13
0 commit comments