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 Solvers8
Suggested Problems
-
Program an exclusive OR operation with logical operators
751 Solvers
-
Generate a vector like 1,2,2,3,3,3,4,4,4,4
14092 Solvers
-
Square Digits Number Chain Terminal Value (Inspired by Project Euler Problem 92)
265 Solvers
-
Put Two 1D matrices into one 1D matrix
142 Solvers
-
Simple equation: Annual salary
4265 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.