change current directory in gui

hi I build a gui page contain 21 push button and named it main page when you click every push button a new page will open, therefor I have 22 m-file that has saved in one folder. I need to categorized my m-files and save them in seperated folder. but I cant change current directory I mean before I has wrote in every callback push button some thing like this handels=guidata(GeneralData) and when I save GeneralData page in another folder (somewhere not beside main page) what should I write? sincerely

답변 (1개)

Azzi Abdelmalek
Azzi Abdelmalek 2013년 8월 3일

0 개 추천

Why do you need to change the current directory? If you want to save a file in a folder of your choice,type
folder='E:\matlab',% for example
file='yourfile'
ful_file=fullfile(folder,file)
then save ful_file

카테고리

도움말 센터File Exchange에서 Search Path에 대해 자세히 알아보기

질문:

Ftm
2013년 8월 3일

Community Treasure Hunt

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

Start Hunting!

Translated by