Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x1 = 'love';
x2 = 'cody';
y_correct = 'lovecody';
assert(isequal(your_fcn_name(x1,x2),y_correct))
|
Extract leading non-zero digit
1205 Solvers
315 Solvers
Matlab Basics II - Create a vector with a repeated entry
182 Solvers
find the surface area of a cube
336 Solvers
266 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!