We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c501daa commit 90326d6Copy full SHA for 90326d6
1 file changed
StatSTEM.m
@@ -25,7 +25,7 @@ function StatSTEM()
25
26
% Start a splash screen
27
splashImg = imread('splash.png');
28
-% spl = splash(splashImg);
+spl = splash(splashImg);
29
30
% Check matlab version, and switch opengl
31
v = version('-release');
@@ -253,7 +253,7 @@ function StatSTEM()
253
% Limit minimum size and make window appear on full screen
254
% set(h.fig,'Position',[1 1 screen(3) screen(4)])
255
set(h.fig,'Visible','on')
256
-% close(spl) % Close splash window
+close(spl) % Close splash window
257
waitfor(h.fig,'Visible','on')
258
warning('off','MATLAB:HandleGraphics:ObsoletedProperty:JavaFrame');
259
jFrame = get(handle(h.fig), 'JavaFrame');
0 commit comments