Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
load patients.mat
Age(55) = 12;
name = string(LastName);
maxAge_correct = "Robinson";
assert(isequal(find_max_age(name,Age),maxAge_correct))
old_name =
'Rodgers'
age =
65
|
2 | Fail |
name = ["Renee" "Melanie" "Katrina" "Ethan"];
age = [23 27 19 13];
maxAge_correct = "Melanie";
assert(isequal(find_max_age(name,age),maxAge_correct))
old_name =
'Rodgers'
age =
65
|
1163 Solvers
Get the elements of diagonal and antidiagonal for any m-by-n matrix
268 Solvers
Who has power to do everything in this world?
318 Solvers
424 Solvers
664 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!