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))
|
27985 Solvers
Create a vector whose elements depend on the previous element
391 Solvers
Determine the number of odd integers in a vector
435 Solvers
484 Solvers
Matlab Basics - Create a row vector
277 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!