Community Profile

photo

Shalu Mathew


Last seen: ungefär 4 år ago Active since 2020

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


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,...

ungefär 4 år ago | 2 answers | 0

2

answers

Question


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...

ungefär 4 år ago | 1 answer | 0

1

answer