GUI Warning: Directory not founded
Mostrar comentarios más antiguos
For the GUI edit1 window:
name = get(handles.edit1,'string');
For the pushbutton window:
global name
cd 'C:\Users\Alex\Documents\MATLAB\Projects'
mkdir(name)
I got the following warning,
Warning: An empty directory name was given. No directory will be created.
This syntax may not be supported in future releases.
I tried different solutions but all of them not working,
Please help
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Search Path 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!