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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 0