How can I get in code the path of currently running deployed matlab function
조회 수: 1 (최근 30일)
이전 댓글 표시
I have a deployed standalone MATLAB GUI, and in the code I need the path where the deployed .exe located. Is there any solution for this?
댓글 수: 0
채택된 답변
Sebastian Holmqvist
2012년 8월 9일
pwd also returns the current path. This is what I use in my GUIs.
댓글 수: 2
Sebastian Holmqvist
2012년 8월 10일
pwd is actually an alias for cd. The difference is that with cd, you can also change the current directory while pwd only calls cd without arguments. See help cd for more info.
추가 답변 (1개)
참고 항목
카테고리
Help Center 및 File Exchange에서 MATLAB Compiler에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!