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