0
重命名文件名這是我的代碼:錯誤而嘗試在MATLAB
filename_date = strcat('Maayanei_yeshua-IC_',file_date,'.pdf')
filenamepdf = strcat(filename,'.pdf')
rename(['C:\Users\user\Desktop\' filenamepdf],['C:\Users\user\Desktop\' filename_date]);
,我得到的錯誤:
<??? Error using ==> movefile The system cannot find the path specified.>
或
<??? Undefined function or method 'rename' for input arguments of type 'char'.>
我檢查了數百個時間和文件在那裏......我不知道爲什麼它找不到它,有什麼幫助?
你爲什麼試圖在MATLAB中做到這一點?爲什麼不寫一個批處理腳本來做到這一點? – 2012-07-15 10:46:02