How to fix the error when create new GUI

2 views (last 30 days)
Nguyen Tuan
Nguyen Tuan on 29 Aug 2015
Answered: Walter Roberson on 29 Aug 2015
When create a new GUI, I recieved an error message from matlab ??? 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);
Error in ==> guide at 61 filename = guidetemplate; Does anyone know what it is and how to fix it? Thank you

Answers (1)

Walter Roberson
Walter Roberson on 29 Aug 2015

Categories

Find more on Interactive Control and Callbacks in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!