Congratulation to you for arriving at 30000 points
Thank you.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 0.84059;
y_correct = 84.059;
assert(isequal(your_fcn_name(x),y_correct))
ans =
84.0590
|
2 | Pass |
x = 0.74221;
y_correct = 74.221;
assert(isequal(your_fcn_name(x),y_correct))
ans =
74.2210
|
3 | Pass |
x = 1.31283
y_correct = 131.283;
assert(isequal(your_fcn_name(x),y_correct))
x =
1.3128
ans =
131.2830
|
Compute a dot product of two vectors x and y
645 Solvers
474 Solvers
Find out total non zero element of matrix
148 Solvers
156 Solvers
34 Solvers