This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 'The flowers may bloom in May';
y_correct = 'The flowers may bloom in April';
assert(isequal(your_fcn_name(x),y_correct))
il =
il
y =
The flowers may bloom in April
|
2 | Pass |
x = 'May I come to visit you in April?';
y_correct = 'April I come to visit you in April?';
assert(isequal(your_fcn_name(x),y_correct))
il =
il
y =
April I come to visit you in April?
|
3 | Pass |
x = 'May I come to visit you in April?';
y_correct = 'April I come to visit you in April?';
assert(isequal(your_fcn_name(x),y_correct))
il =
il
y =
April I come to visit you in April?
|
4 | Pass |
x = 'April is the cruelest month. Maybe not, though.';
y_correct = 'April is the cruelest month. Aprilbe not, though.';
assert(isequal(your_fcn_name(x),y_correct))
il =
il
y =
April is the cruelest month. Aprilbe not, though.
|
5 | Pass |
x = 'I read with dismay about your defeat last May.';
y_correct = 'I read with dismay about your defeat last April.';
assert(isequal(your_fcn_name(x),y_correct))
il =
il
y =
I read with dismay about your defeat last April.
|
6 | Pass |
x = 'Moynihan for Mayor! Hurray for My Man Moynihan!';
y_correct = 'Moynihan for Aprilor! Hurray for My Man Moynihan!';
assert(isequal(your_fcn_name(x),y_correct))
il =
il
y =
Moynihan for Aprilor! Hurray for My Man Moynihan!
|
Basics: 'Find the eigenvalues of given matrix
323 Solvers
404 Solvers
364 Solvers
2314 Solvers
Find the dimensions of a matrix
373 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!