Write a function that performs a recursive file search. The input and output format can be identical to the dir function. The result should be a struct with the filenames in the field "name".
The first solution is from Kelly Kearney (2006).
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers7
Suggested Problems
-
Return the 3n+1 sequence for n
8491 Solvers
-
It dseon't mettar waht oedrr the lrettes in a wrod are.
2090 Solvers
-
Check to see if a Sudoku Puzzle is Solved
338 Solvers
-
366 Solvers
-
Back to basics 12 - Input Arguments
622 Solvers
More from this Author3
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
The test suite needs to be updated, the number of files in each directory has changed. And this number should be evaluated dinamically. Use p files to hide your code if necessary.