Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
a=1; b=2; c=3;
y_correct = 0;
assert(isequal(your_fcn_name(a,b,c),y_correct))
|
2 | Pass |
%%
a=3; b=4; c=5;
y_correct = 6;
assert(isequal(your_fcn_name(a,b,c),y_correct))
|
Select every other element of a vector
20331 Solvers
Remove any row in which a NaN appears
6826 Solvers
Basics: 'Find the eigenvalues of given matrix
322 Solvers
281 Solvers
1159 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!