How can I view the files inside a directory in workspace or browser of matlab ?

조회 수: 21 (최근 30일)
Hi guys,
I'm new to matlab.I am not able to view the files inside a folder in my workspace or file browser of matlab. Really appreciate for a quick solution.

채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2016년 2월 6일
Restore the default layout
desktop = com.mathworks.mde.desk.MLDesktop.getInstance;
desktop.restoreLayout('Default')

추가 답변 (1개)

Image Analyst
Image Analyst 2016년 2월 7일
You can type, in the command window or a script:
filebrowser
The current folder panel will appear. You can then click on the title bar and drag it somewhere to dock it if you want.

카테고리

Help CenterFile Exchange에서 File Operations에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by