📄 updatestatus.m
字号:
% Copy updated network to main storage in GUI
function UpdateStatus(State,Colour)
if strcmp(Colour,'default')
Colour = [ 0.752941176470588 0.752941176470588 0.752941176470588 ];
end
GcsProj = get(gcbf,'UserData');
GcsProj.Gcs.Status = State;
set(gcbf,'UserData',GcsProj);
set(findobj(gcbf,'Tag','Status'),'BackgroundColor',Colour)
DispState;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -