Feeds
문제를 풀었습니다
Most nonzero elements in row
Given the matrix a, return the index r of the row with the most nonzero elements. Assume there will always be exactly one row th...
1년 초과 전
문제를 풀었습니다
Basic arrays operations.
Apply element-by-element binary operation 'fun' to two arrays (A and B).
1년 초과 전
문제를 풀었습니다
Divisors of an integer
Given a number N, return a vector V of all integers that divide N. For example, N = 10 Then V=[1 2 5 10]
1년 초과 전

