GUI Warning: Directory not founded
古いコメントを表示
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
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Search Path についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!