Problem 51595. Do you have the minimum age?
Given three input vectors:
- name : user first names
- age : corresponding age of each person
- min_age : minimal age
Return in the output vector adm the name of the persons which the age is ≥ of the minimal age (in the same order as in the vector name).
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers37
Suggested Problems
-
Project Euler: Problem 1, Multiples of 3 and 5
3612 Solvers
-
Convert a numerical matrix into a cell array of strings
2253 Solvers
-
Permute diagonal and antidiagonal
486 Solvers
-
Returning a "greater than" vector
268 Solvers
-
1115 Solvers
More from this Author53
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!