More EASYconsole work

This commit is contained in:
2024-07-30 12:29:13 -04:00
parent 50914e93c7
commit fe9b338324
6 changed files with 263 additions and 243 deletions

View File

@@ -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: