Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x =4;
n=3;
y_correct = [1 100 10000];
assert(isequal(Log_vec(x,n),y_correct))
|
2 | Pass |
%%
x =2;
n=3;
y_correct = [1 10 100];
assert(isequal(Log_vec(x,n),y_correct))
|
Find the sum of all the numbers of the input vector
25689 Solvers
Is this triangle right-angled?
1923 Solvers
Generate vector according to sign of vector
79 Solvers
341 Solvers
183 Solvers