2014 equivalent dir **\*.mat?

Have created a gui in 2017b, after discovering that we have some, you could say, legacy simulations created in 2014b, I need to make it work with 2014b now. The dir **/*.mat function is was extremely helpful to me in first iteration. Despite being introduced in 2006a, it doesn't work as needed in 2014b.
Is it a syntax error possibly? Or was that functionality added later? Are other functions that could potentially provide me with the same functionality?
Many Thanks

3 个评论

Jan
Jan 2018-12-12
编辑:Jan 2018-12-12
The documentation claims, that dir was introduced "before 2006a" - it existed in R4.1 already. But \**\ works since 2016b only.
In 2014b that seems to give a root directory of some sort.
Jan is correct. While the dir function has existed for a very long time, the capability to use ** to search folders and subdirectories recursively in the dir function was introduced in release R2016b.

请先登录,再进行评论。

回答(2 个)

Jan
Jan 2018-12-12

0 个投票

You find many many functions for a recursive search in the file exchange: Search for "recursive dir":
Image Analyst
Image Analyst 2018-12-12

0 个投票

See my attached demo to recursively search subfolders.
Also not sure why you don't just run the simulations in the modern version. Do they not work? If not, then why not fix them so they work with the latest version? Everytime I touch old code, I just bring it up to the latest version of MATLAB.

2 个评论

I honestly would love to do that. I have tried to bring the code up date, its mighty complex and I think some simulations rely on one another to an extent. Even with the upgrade tool. If I had built them, I imagine it could be done, but would likely take a significant amount of time ( think they were likely built with a team). I have called in to get help with this, but they found the project to be large and difficult as well.
It can run on newer versions of matlab. However, on 17b, it runs very slow (likely due to the needed upgrade).
Yes, its an awful predicament. Thanks for input.
I guess I don't know why you need to develop more code. If you download the old version and run the old software on the old MATLAB release, which used to work, then why does it not work any longer such that you need new directory traversing code?

请先登录,再进行评论。

类别

帮助中心File Exchange 中查找有关 File Operations 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by