⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 replot.m

📁 细胞生长结构可视化工具箱-MATLAB Toolbox1999.zip
💻 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 + -