Clean up GUIDE compatibility review comments
Agent-Logs-Url: https://github.com/kk14222/3D_EDFM_SIM-X/sessions/a128ab7f-6b94-4048-a847-f2dc37bbe0ab Co-authored-by: kk14222 <217880052+kk14222@users.noreply.github.com>
This commit is contained in:
co-authored by
kk14222
parent
2447ff62f6
commit
421696c5e0
@@ -11,7 +11,7 @@ if nargin > 0 && ischar(varargin{1})
|
||||
end
|
||||
|
||||
startup;
|
||||
handles = loadOrCreateGuideLayout();
|
||||
handles = initializeGuideLayout();
|
||||
fig = handles.UIFigure;
|
||||
app = EDFMGuideApp(handles);
|
||||
app.Controller = EDFMAppController(app);
|
||||
@@ -25,7 +25,7 @@ if nargout > 0
|
||||
end
|
||||
end
|
||||
|
||||
function handles = loadOrCreateGuideLayout()
|
||||
function handles = initializeGuideLayout()
|
||||
figFile = fullfile(fileparts(mfilename('fullpath')), 'EDFMSimulatorGuide.fig');
|
||||
if exist(figFile, 'file') == 2
|
||||
fig = openfig(figFile, 'reuse', 'invisible');
|
||||
|
||||
Reference in New Issue
Block a user