Feeds
답변 있음
Using fitglm for the generalized linear model in matlab
The fitglm function assumes an intercept, so your design matrix is actually: [1s, 1s, x, x.^2, x.^3]. You need to turn the in...
Using fitglm for the generalized linear model in matlab
The fitglm function assumes an intercept, so your design matrix is actually: [1s, 1s, x, x.^2, x.^3]. You need to turn the in...
7년 초과 전 | 0

