📄 replot.m
字号:
% Redisplay data for currebt network
%
% function GcsProj = replot(GcsProj);
function GcsProj = replot(GcsProj);
if strcmp(GcsProj.Gcs.Trained,'Yes')
% figure(1);
GcsProj = plotparw(GcsProj);
% figure(2);
GcsProj = post(GcsProj);
% figure(4);
GcsProj = roc_parw(GcsProj);
else
uiwait(errordlg('Network Must be trained before visualisation plots are created!'));
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -