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

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.

 Respuesta aceptada

Restore the default layout
desktop = com.mathworks.mde.desk.MLDesktop.getInstance;
desktop.restoreLayout('Default')

Más respuestas (1)

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.

Categorías

Más información sobre Startup and Shutdown en Centro de ayuda y File Exchange.

Etiquetas

Aún no se han introducido etiquetas.

Preguntada:

el 6 de Feb. de 2016

Respondida:

el 7 de Feb. de 2016

Community Treasure Hunt

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

Start Hunting!

Translated by