| Neural Network Toolbox | |
| Provide feedback about this page |
Syntax
Description
plotregression(targets,outputs) plots the linear regression of targets relative to outputs.
plotregression(targets1,outputs2,'name1',...) generates multiple plots.
Example
load simplefit_dataset net = newff(simplefitInputs,simplefitTargets,20); [net,tr] = train(net,simplefitInputs,simplefitTargets); simplefitOutputs = sim(net,simplefitInputs); plotregression(simplefitTargets,simplefitOutputs);
See Also
| Provide feedback about this page |
![]() | plotpv | plotroc | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |