帮助中心帮助中心
本页翻译不是最新的。点击此处可查看最新英文版本。
绘图函数拟合
plotfit(net,inputs,targets)
plotfit(net,inputs1,targets1,name1,inputs2,targets2,name2,...)
plotfit(...,'outputIndex',outputIndex)
plotfit(net,inputs,targets) 绘制输入 inputs 范围内的网络的输出函数,还绘制与 inputs 中的值相关联的目标 targets 和输出数据点。误差条显示输出和 targets 之间的差。
net
inputs
targets
该图仅对具有一个输入的网络显示。
如果网络有多个输出,则只显示第一个输出/目标。
示例
plotfit(net,inputs1,targets1,name1,inputs2,targets2,name2,...) 绘制多组数据。
plotfit(...,'outputIndex',outputIndex) 使用覆盖输出元素的默认索引的可选参数绘图。
全部折叠
此示例说明如何使用前馈网络来求解简单拟合问题。
[x,t] = simplefit_dataset; net = feedforwardnet(10); net = train(net,x,t);
plotfit(net,x,t)
输入网络,指定为网络对象。要创建网络对象,请使用 feedforwardnet 或 narxnet 等函数。
feedforwardnet
narxnet
网络输入,指定为矩阵或元胞数组。
网络目标,指定为矩阵或元胞数组。
在 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