Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 5;
y = 'ab';
z='5ab';
assert(isequal(your_fcn_name(x,y),z))
|
2 | Pass |
%%
x = 10;
y = 'ab';
z='10ab';
assert(isequal(your_fcn_name(x,y),z))
|
Select every other element of a vector
20346 Solvers
1051 Solvers
Find Out sum of principal diagonal element of given matrix
194 Solvers
175 Solvers
262 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!