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 commentaires

Jan
Jan le 12 Déc 2018
Modifié(e) : Jan le 12 Déc 2018
The documentation claims, that dir was introduced "before 2006a" - it existed in R4.1 already. But \**\ works since 2016b only.
Chase Ward
Chase Ward le 12 Déc 2018
In 2014b that seems to give a root directory of some sort.
Steven Lord
Steven Lord le 12 Déc 2018
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.

Connectez-vous pour commenter.

Réponses (2)

Jan
Jan le 12 Déc 2018

0 votes

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

0 votes

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 commentaires

Chase Ward
Chase Ward le 12 Déc 2018
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.
Image Analyst
Image Analyst le 12 Déc 2018
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?

Connectez-vous pour commenter.

Catégories

En savoir plus sur File Operations dans Centre d'aide et File Exchange

Question posée :

le 12 Déc 2018

Commenté :

le 12 Déc 2018

Community Treasure Hunt

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

Start Hunting!

Translated by