How to make a particular folder open in matlab for saving images?

3 ビュー (過去 30 日間)
Praveen Kumar M
Praveen Kumar M 2019 年 6 月 15 日
コメント済み: Stephen23 2019 年 6 月 17 日
I am using regression learning for developing machine learning models. My intention is to save the figure (like residual plot) to a particular working folder. But whenever I click on "Export Plot to a Figure" option, a home directory opens. Then it takes well over 10 seconds for me to navigate to the folder in which I would require to save. This process needs to get repeated everytime, I am trying to save a figure. How to make a working folder open directly for saving?
  3 件のコメント
Praveen Kumar M
Praveen Kumar M 2019 年 6 月 17 日
Thank you for this advice. This would work when we are coding in commandline. Suppose i am using GUI interface for classification and regression learner app, in that case this would not be possible.
Stephen23
Stephen23 2019 年 6 月 17 日
"This would work when we are coding in commandline."
And also when writing any code.
"Suppose i am using GUI interface for classification and regression learner app, in that case this would not be possible."
I don't see any reason why not, and you have not explained why you think there is some restriction on its usage (hint: there isn't).

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

採用された回答

Sulaymon Eshkabilov
Sulaymon Eshkabilov 2019 年 6 月 17 日
In this case, to change directory with cd() command might be helpful to change the currrent directory to the directory where you wish to save the images.
  2 件のコメント
Praveen Kumar M
Praveen Kumar M 2019 年 6 月 17 日
Thanks for that.
Stephen23
Stephen23 2019 年 6 月 17 日
Do NOT use cd for reading/writing data files.
Using cd to access data files is superfluous, slows down code, and makes debugging harder. The MATLAB path is intended for specifying the location of MATLAB code (functions, scripts, classes), and NOT for accessing data files.
The recommended method is to use relative/absolute filenames. All MATLAB functions that read/write data files accept relative/absolute filenames:

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangePrinting and Saving についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by