More EASYconsole work
This commit is contained in:
@@ -20,11 +20,6 @@ function varargout = EZviewGui(varargin)
|
||||
%
|
||||
% See also: GUIDE, GUIDATA, GUIHANDLES
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
gui_Singleton = 0;
|
||||
gui_State = struct( ...
|
||||
'gui_Name', mfilename, ...
|
||||
@@ -66,7 +61,7 @@ function EZviewGui_OpeningFcn(hObject, eventdata, handles, varargin)
|
||||
% so window can get raised using EZviewGui.
|
||||
|
||||
if strcmp(get(hObject,'Visible'),'off')
|
||||
%plot(rand(5));
|
||||
%plot(rand(5));
|
||||
end
|
||||
|
||||
% Special disabling of version for this later install of Matlab 2011a:
|
||||
|
||||
Reference in New Issue
Block a user