From: Peter Perkins on 28 Jun 2010 16:42 On 6/28/2010 4:23 PM, Mike wrote: > [cf_,gof2] = fit(x(ok_),y(ok_),ft_,fo_); > > when I display gof2, it outputs: > > sse: 2.3172 > rsquare: 0.9989 > dfe: 53 > adjrsquare: 0.9989 > rmse: 0.2091 > > I want to know if there is a way to access just the value of say, sse? Mike, I think you want, for example, gof.sse. gof is a scalar structure. Hope this helps.
|
Pages: 1 Prev: matrix grouping problem Next: imwrite cmyk tif bitmap file error |