the error of 'Matlab can only run a file with a valid name'
450 次查看(过去 30 天)
显示 更早的评论
Hello;
I got the error of 'Matlab can only run a file with a valid name', though everything was alright and the name of my file in my
device is synchronized with the name of the file, which is running in Matlab, and it still gives me the same error, what should I do?
Thank you so much.
0 个评论
回答(2 个)
Walter Roberson
2022-12-2
You have used the green Run button to try to execute code that is stored in a file that is not named like a valid MATLAB identifier. For example if you had code inside a file named ArtProject (3).m then you would be given that error when you tried to use the Run button to run the code.
Note:
There is a problem going around that has to do with relatively recent Linux systems and /tmp being mounted on a tempfs device, and is related to trying ot use livescript or trying to run regular .m by "section". At the moment, I would not rule out the possibility that it might lead to that error message... but I don't think it is likely, the error tends to show up other ways.
0 个评论
Hiro Yoshino
2022-12-2
Please make sure you have that file on the PATH or in the current working directory.
In the case the file exist somewhere else (not in the current working directory), you need to add the path to the file to MATLAB Path.
By the way, what is the "mt device"?
3 个评论
Walter Roberson
2022-12-2
If the file is not on the path then you would get an error about unrecognized function, not an error about invalid file name. This is not a correct analysis of the problem.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Search Path 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!