Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = round((1+rand)*10)/10;
tic; your_fcn_name(x); your_time=toc
y_correct = x;
assert(isequal(your_fcn_name(x),y_correct))
assert(your_time>x/2)
y =
1.7073
y =
1.7000
your_time =
1.7077
y =
1.7066
y =
1.7000
|
199 Solvers
Given a matrix, return the last eigen value
175 Solvers
531 Solvers
254 Solvers
find the maximum element of the matrix
348 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!