| Products & Services | Solutions | Academia | Support | User Community | Company |
| Download Product Updates | | | Get Pricing | | | Trial Software |
| Documentation → Neural Network Toolbox |
| Contents | Index |
plotregression(targets,outputs) plotregression(targets1,outputs1,'name1',targets,outputs2,'name2', ...)
plotregression(targets,outputs) plots the linear regression of targets relative to outputs.
plotregression(targets1,outputs2,'name1',...) generates multiple plots.
load simplefit_dataset net = newff(simplefitInputs,simplefitTargets,20); [net,tr] = train(net,simplefitInputs,simplefitTargets); simplefitOutputs = sim(net,simplefitInputs); plotregression(simplefitTargets,simplefitOutputs);
| Provide feedback about this page |
![]() | plotpv | plotroc | ![]() |

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2009- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |