open folder in workspace problem

hi everybody,
how can i open folder in the workspace not use openvar function? please help me!
(folder size large for example 1x47200)

1 comentario

Walter Roberson
Walter Roberson el 5 de Mzo. de 2013
Please clarify what you mean by "open folder in the workspace"? What result do you expect, in which window?

Iniciar sesión para comentar.

Respuestas (2)

Image Analyst
Image Analyst el 6 de Mzo. de 2013
How about the cd() function:
filebrowser; % Display current folder panel.
cd('c:\users\oguzhan'); % Or whatever folder you want.

1 comentario

Image Analyst
Image Analyst el 6 de Mzo. de 2013
You can use the system() command if you want to run an operating system command.

Iniciar sesión para comentar.

Oguzhan Isleyen
Oguzhan Isleyen el 6 de Mzo. de 2013

0 votos

thanks but,
I want to open the file and watch the values in current directory but the size of the file you want to open a very large and matlab can not do this operation and shuts down.
How do I open the file not using matlab?

1 comentario

Image Analyst
Image Analyst el 6 de Mzo. de 2013
Is this an "Answer"? Or should it have been a comment to my Answer?

Iniciar sesión para comentar.

Categorías

Más información sobre File Operations en Centro de ayuda y File Exchange.

Preguntada:

el 5 de Mzo. de 2013

Community Treasure Hunt

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

Start Hunting!

Translated by