FileManager

FileManager is a Matlab class that helps dealing with multiple files that are stored in nested paths.

http://blog.jcamargo.co/filemanager

Sie verfolgen jetzt diese Einreichung

FileManager is a Matlab class that helps in dealing with multiple files that are stored in a nested path where each level in the file directories has some meaning.

FileManager is object oriented. You create a FileManager object and use the methods.

f=FileManager('.'); % Matlab FileManager for the current directory f.fileList() % Get all the files in this filemanager

Check my blog post to learn more about the benefit of using FileManager and improve file accessing in your scripts.

FileManager is part of a bigger repository (EpicToolbox), but this is a mirror repository for cases where the use of FileManager is required without other tools in EpicToolbox, e.g. when the data is not stored as tables with Header column. I recommend installing and using EpicToolbox to still use FileManager and have access to more useful functions. If you know you don't need it you can clone and use FileManager from this mirror.

To Install:
Copy the @FileManager folder to a place that is under your Matlab path, or add the parent location of @FileManager to the path.

Zitieren als

Jonathan Camargo (2026). FileManager (https://github.com/JonathanCamargo/FileManager/releases/tag/v0.1), GitHub. Abgerufen .

Allgemeine Informationen

Kompatibilität der MATLAB-Version

  • Kompatibel mit allen Versionen

Plattform-Kompatibilität

  • Windows
  • macOS
  • Linux
Version Veröffentlicht Versionshinweise Action
0.1

Um Probleme in diesem GitHub Add-On anzuzeigen oder zu melden, besuchen Sie das GitHub Repository.
Um Probleme in diesem GitHub Add-On anzuzeigen oder zu melden, besuchen Sie das GitHub Repository.