Feeds
질문
not enough input arguments
function b = rq_fnm(X, y, p) [m n] = size(X); u = ones(m, 1); a = (1 - p) .* u; b = -lp_fnm(X', -y', X' * a,...
6년 초과 전 | 답변 수: 2 | 0
2
답변질문
index exceeds no of array elements
I ran a matlab code today and I recieved this error. Hope you guys can help. BB= 4000; UB = rand((t-q),BB); indx = round(1+(t...
6년 초과 전 | 답변 수: 1 | 0