フィルターのクリア

when i am running a gui program a window is coming ask me for change the directry

1 回表示 (過去 30 日間)
i have write a program in matlab gui. when i run the program a window is coming asking for change the directory. i want that this window never comes. how can i solve the problem? please help me. thank you in advance.

採用された回答

Friedrich
Friedrich 2011 年 7 月 14 日
Hi,
do you start the GUI out of the ML editor where the M file is open and your current folder is different from the folder where the GUI is located? If so, the editor recognizes this and ask you if you want to change to that folder where the GUI is located since its not an the ML path. Simply change into the folder with the GUI before running it and the message shouldnt appear.
  2 件のコメント
partha das
partha das 2011 年 7 月 14 日
ok thankyou....
Friedrich
Friedrich 2011 年 7 月 14 日
was this your problem? if so, please accept my answer to mark this thread as closed.

サインインしてコメントする。

その他の回答 (1 件)

Image Analyst
Image Analyst 2011 年 7 月 15 日
I've been asking the Mathworks for that for a long time, where if you click on a text file at the bottom of the editor, it automatically changes the current folder to the folder where that file lives. Apparently they don't want to do that for some reason, not even as a user-selectable preference which I pleaded for. So we're stuck with the "Change Folder" "Add to Path" "Cancel" "Help" question when you try to run that file.
I think you can add these lines to your startup.m file so that all your folders and subfolders are already on your path.
addpath(genpath('c:\yourTopLevelFolder'));
savepath

カテゴリ

Help Center および File ExchangeEnvironment and Settings についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by