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 2dcb5df commit 81c66a6Copy full SHA for 81c66a6
HelperFunctions/OpenOverview.m
@@ -2,7 +2,7 @@
2
% Open the overview file
3
locDir = pwd;
4
if contains(locDir,filesep+"MATLAB Drive")
5
- open("NavigationOverview.mlx")
+ open("Navigation.mlx")
6
else
7
open("Overview.html")
8
end
0 commit comments