You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
You want to submit a file on FileExchange here in MATLAB, and then you remember your file has a lot of dependencies. You should copy and paste everything on a single folder, zip the folder, delete the useless folder and submit everything.
This function does everything for you. Just type
organizeFileForSubmission('myfile.m'). You'll find the zip file "myfile.zip" with, inside, the main function and the dependency functions in a subfolder, ready for the submission.
If you want you can specify a different name with a second argument,
organizeFileForSubmission('myfile.m','newname')
Enjoy!
Cite As
Valerio Biscione (2026). organize File For Submission (https://www.mathworks.com/matlabcentral/fileexchange/53876-organize-file-for-submission), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.1.0.0 (518 Bytes)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
