Feeds
提问
Undefined function 'sigmoid' for input arguments of type 'double'.
addpath('C:\Program Files\MATLAB\R2012a\Matlab\q2') load X.dat load Y.dat temp1=X(:,1); temp2=X(:,2); temp1=(temp...
11 years 前 | 1 个回答 | 0
1
个回答提问
Error using - Matrix dimensions must agree. HELP
addpath('C:\Program Files\MATLAB\R2012a\Matlab\q1') load x.dat load y.dat x=(X-mean(X))./std(X); y=(Y-mean(Y))./std(...
11 years 前 | 1 个回答 | 0