Learn The Hard Way
The Little Robot
Friday, June 21, 2013
利用 MATLAB 对文件批量重命名
>> matlab 中 strrep 函数可以更改文件扩展名。
>> matlab 中 unix system ! 都可以让你在 matlab 中执行系统命令。
比如:
!mv a.tex b.tex
unix('mv a.tex b.tex')
system('mv a.tex b.tex')
>> 再加上 dir 函数 以及一个 for-loop 就可以对文件进行批量重命名了。
当然,windows 下应该是用 rename 重命名。
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment