We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90326d6 commit bf57950Copy full SHA for bf57950
1 file changed
StatSTEM.m
@@ -24,7 +24,7 @@ function StatSTEM()
24
addpath([path,';',genpath(pathF),';',genpath(pathG)])
25
26
% Start a splash screen
27
-splashImg = imread('splash.png');
+splashImg = imread([pathG,filesep,'splash.png']);
28
spl = splash(splashImg);
29
30
% Check matlab version, and switch opengl
0 commit comments