Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x1 = 'love';
x2 = 'cody';
y_correct = 'lovecody';
assert(isequal(your_fcn_name(x1,x2),y_correct))
y =
'lovecody'
|
6064 Solvers
Back to basics 13 - Input variables
233 Solvers
697 Solvers
260 Solvers
Write a code that will follow the equation y = x * (x + x) * x.
210 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!