Skip to content

Commit bf57950

Browse files
quantitativeTEMquantitativeTEM
authored andcommitted
Update for Mac
1 parent 90326d6 commit bf57950

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

StatSTEM.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function StatSTEM()
2424
addpath([path,';',genpath(pathF),';',genpath(pathG)])
2525

2626
% Start a splash screen
27-
splashImg = imread('splash.png');
27+
splashImg = imread([pathG,filesep,'splash.png']);
2828
spl = splash(splashImg);
2929

3030
% Check matlab version, and switch opengl

0 commit comments

Comments
 (0)