Error using CopyFile in a script
2 次查看(过去 30 天)
显示 更早的评论
Hello,
Does someone has an idea about the meaning of the error signification as below :
Error using copyfile, No matching files were found.
The code is :
copyfile ([chemin_data nom_data], chemin_resultats_data);
Idon't know what xhat could be the problem.....
Thank you in advance for your help,
Sincerely,
T.
5 个评论
Geoff Hayes
2019-6-17
But what are the values assigned to chemin_data and the other two global variables? Whare is the code that assigns values to them? Please show this.
Also, why are you using global variables?
回答(1 个)
Krishna Anne
2019-6-17
Make sure the destination folder or filename is correct and/or it exist.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Whos 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!