MATLAB Versions 1 through 13
Ältere Kommentare anzeigen
Back in the old days with DOS, PC-MATLAB, AT-MATLAB, 386 MATLAB and early versions for Windows (MATLAB 4, MATLAB 5, etc.) nobody could care less whether the .m extension is UPPER CASE or lower case. Versions after 2010 (or so) do. Anybody have a clue how to "rename" over 6500 m-files in one easy swoop?
C:\> rename *.M *.m doesn't seem to work to well in the Windows "DOS" prompt. :)
Case sensitive variables are great. Case sensitive m-files? Not so much. Picky, picky, picky.
Thanks.
3 Kommentare
Walter Roberson
am 28 Feb. 2017
Glancing around I see
I am not familiar with that particular utility
Jan
am 28 Feb. 2017
What exactly does "doesn't seem to work well" mean? The command works well and I hesitate now to suggest it again, but I cannot guess, what's the problem.
Chris Conant
am 28 Feb. 2017
Bearbeitet: Walter Roberson
am 28 Feb. 2017
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu MATLAB finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!