editall

Version 1.0.0.0 (1,63 KB) von Matt Fig
Opens all M-files in directory for editing.
2K Downloads
Aktualisiert 30. Nov 2007

Lizenz anzeigen

editall(dir) opens all M-files in directory dir for editing. If dir is not specified, all M-files in the current directory are opened. I often use this when working on large projects over a period of time. It is useful to issue one command each time I start Matlab that will open all the M-files I am working on. I put this file in ~\MATLAB\R2006a\toolbox\local so that I can call it from whatever directory I am working in currently.

Zitieren als

Matt Fig (2024). editall (https://www.mathworks.com/matlabcentral/fileexchange/17807-editall), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2006a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu File Operations finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.0.0

For reasons I do not understand, this file works fine in 2006a but only works sometimes in 2007a. I changed it so that it should work in both. If anyone understands this, please let me know the reasons!