How can I fix this error?
Mostrar comentarios más antiguos
I tried to create a new GUI file but I received a message:
??? Error using ==> copyfile
'attrib' is not recognized as an internal or external command,
operable program or batch file.
Error in ==> guidetemplate at 88
copyfile(srcfigfile, targetfigfile, 'writable');
Error in ==> guide at 61
filename = guidetemplate;
Can you help me with this?
Respuesta aceptada
Más respuestas (1)
Image Analyst
el 17 de Jul. de 2015
Why do you think 'writable' is an option that you can use? I don't see it in the documentation. Try it without it:
copyfile(srcfigfile, targetfigfile);
1 comentario
Nguyen Tuan
el 17 de Jul. de 2015
Categorías
Más información sobre Startup and Shutdown en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!