fopen is not being supported in my MATLAB version. What else can I use?
3 次查看(过去 30 天)
显示 更早的评论
Whenever I use fopen it is giving some or the other error. Please tell me an aletrnative.
6 个评论
Walter Roberson
2016-9-26
if you are trying to use fopen() to write a file and you did not specify the path to the file, then you are probably not in a directory that you have permission to write in. The default directory when you start up MATLAB can end up being the one that MATLAB is installed in.
回答(1 个)
James Tursa
2016-9-23
编辑:Image Analyst
2023-3-26
which -all fopen
3 个评论
John D'Errico
2023-3-26
That means you wrote some function named fopen. Find the function you wrote using this command:
which fopen -all
and rename the function you wrote to something else.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!