Generic Change of Directory

If I want to use the change directory command to navigate to the user's desktop without calling out that users name, how do I specify that?

답변 (1개)

Chad Gilbert
Chad Gilbert 2013년 7월 10일

0 개 추천

To cover most cases, you could do:
cd ~/Desktop
if you're running linux or Mac, Or:
[a,b] = system('echo %UserProfile%\Desktop')
cd(b)
on windows. I'm on a linux machine, so I haven't tested the windows solution. You may need to tweak it. If your machine is set up in some non-standard way, or you're using some other OS, then this may not apply.

카테고리

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

태그

질문:

2013년 7월 10일

Community Treasure Hunt

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

Start Hunting!

Translated by