How do I access current folder history?
조회 수: 15 (최근 30일)
이전 댓글 표시
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
댓글 수: 0
채택된 답변
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
2019년 8월 28일
From r2017b onward, another way to list Current Folder history programmatically is,
S = settings();
hx = S.matlab.desktop.currentfolder.History.PersonalValue
추가 답변 (1개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!