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

Walter Roberson
Walter Roberson 2013년 3월 5일
Please clarify what you mean by "open folder in the workspace"? What result do you expect, in which window?

댓글을 달려면 로그인하십시오.

답변 (2개)

Image Analyst
Image Analyst 2013년 3월 6일

0 개 추천

How about the cd() function:
filebrowser; % Display current folder panel.
cd('c:\users\oguzhan'); % Or whatever folder you want.

댓글 수: 1

Image Analyst
Image Analyst 2013년 3월 6일
You can use the system() command if you want to run an operating system command.

댓글을 달려면 로그인하십시오.

Oguzhan Isleyen
Oguzhan Isleyen 2013년 3월 6일

0 개 추천

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

Image Analyst
Image Analyst 2013년 3월 6일
Is this an "Answer"? Or should it have been a comment to my Answer?

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 File Operations에 대해 자세히 알아보기

질문:

2013년 3월 5일

Community Treasure Hunt

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

Start Hunting!

Translated by