帮助中心帮助中心
本页翻译不是最新的。点击此处可查看最新英文版本。
绘制线性回归图
plotregression(targets,outputs)
plotregression(targs1,outs1,'name1',targs2,outs2,'name2',...)
plotregression(targets,outputs) 绘制 targets 对 outputs 的线性回归图。
targets
outputs
示例
plotregression(targs1,outs1,'name1',targs2,outs2,'name2',...) 生成多个图。
全部折叠
此示例说明如何绘制前馈网络的线性回归图。
[x,t] = simplefit_dataset; net = feedforwardnet(10); net = train(net,x,t);
y = net(x); plotregression(t,y,'Regression')
网络目标,指定为矩阵或元胞数组。
网络输出,指定为矩阵或元胞数组。
在 R2008a 中推出
plottrainstate
您点击的链接对应于以下 MATLAB 命令:
请在 MATLAB 命令行窗口中直接输入以执行命令。Web 浏览器不支持 MATLAB 命令。
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Contact your local office