Skip to content

Commit 298ce8b

Browse files
committed
Update the startup script
1 parent d476e16 commit 298ce8b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Navigation/LabStartup.m

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22
% This file automatically runs when you open the project
33

44
%% Show the info script
5-
open("Overview.html")
5+
% Open the overview file
6+
locDir = pwd;
7+
if contains(locDir,filesep+"MATLAB Drive")
8+
open("Navigation.mlx")
9+
else
10+
open("Overview.html")
11+
end
612

713

814

0 commit comments

Comments
 (0)