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 件のコメント
KSSV
2016 年 9 月 26 日
I strongly suggest you to read the documentation properly before using any function.
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!