フィルターのクリア

How do I access current folder history?

16 ビュー (過去 30 日間)
Greg
Greg 2015 年 1 月 26 日
コメント済み: Adam Danz 2019 年 8 月 28 日
I know there is a preference to set so that you can see the history of recent folders. I have this set to 20. However, going from R2009 to R2014b (Win 7) the old toolbar is gone and I can't see where I go on the new "Ribbon" to see a list of the history of current folders?
For example when I hit "Open" drop-arrow it shows recent files, but not recent folders.
Greg

採用された回答

Image Analyst
Image Analyst 2015 年 1 月 26 日
On the drop down list that says your current folder tree, like D: > MATLAB > work (or whatever you have), there is a down arrow at the far right end of that drop down list. Click that and you will see the folders you've had as the Current Folder in the past. Let me know if you can't find it and I'll attach a screenshot with an arrow pointing to it.
  1 件のコメント
Adam Danz
Adam Danz 2019 年 8 月 28 日
From r2017b onward, another way to list Current Folder history programmatically is,
S = settings();
hx = S.matlab.desktop.currentfolder.History.PersonalValue
The documention shows that settings() became available in r2018a but it works in r2017b, too.

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

その他の回答 (1 件)

Greg
Greg 2015 年 1 月 26 日
Thanks-I knew it had to be there somewhere. I hadn't seen it because it is by itself, separated from the "D: > MATLAB > work" by 28" on my big screen; also none of the "help" searches I did mentioned where it was.

カテゴリ

Help Center および File ExchangeEntering Commands についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by