Given a vector of positive integers
a = [ 3 2 4 ];
create the matrix where the i th column contains the vector 1:a(i) possibly padded with zeros:
b = [ 1 1 1 2 2 2 3 0 3 0 0 4 ];
nice
1786 Solvers
276 Solvers
Check if number exists in vector
2315 Solvers
146 Solvers
402 Solvers