fopen is not being supported in my MATLAB version. What else can I use?
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Whenever I use fopen it is giving some or the other error. Please tell me an aletrnative.
6 comentarios
KSSV
el 26 de Sept. de 2016
I strongly suggest you to read the documentation properly before using any function.
Walter Roberson
el 26 de Sept. de 2016
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.
Respuestas (1)
James Tursa
el 23 de Sept. de 2016
Editada: Image Analyst
el 26 de Mzo. de 2023
which -all fopen
3 comentarios
John D'Errico
el 26 de Mzo. de 2023
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.
Ver también
Categorías
Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!