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 years 前 | 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 years 前 | 1 个回答 | 0