open folder in workspace problem
Mostra commenti meno recenti
hi everybody,
how can i open folder in the workspace not use openvar function? please help me!
(folder size large for example 1x47200)
1 Commento
Walter Roberson
il 5 Mar 2013
Please clarify what you mean by "open folder in the workspace"? What result do you expect, in which window?
Risposte (2)
Image Analyst
il 6 Mar 2013
How about the cd() function:
filebrowser; % Display current folder panel.
cd('c:\users\oguzhan'); % Or whatever folder you want.
1 Commento
Image Analyst
il 6 Mar 2013
You can use the system() command if you want to run an operating system command.
Oguzhan Isleyen
il 6 Mar 2013
0 voti
1 Commento
Image Analyst
il 6 Mar 2013
Is this an "Answer"? Or should it have been a comment to my Answer?
Categorie
Scopri di più su File Operations in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!