how to run function from the same folder?
조회 수: 14 (최근 30일)
이전 댓글 표시
I have a script and I want to run a function which is in the same folder, but I don't want to add the whole folder to the path.
댓글 수: 1
Geoff Hayes
2015년 6월 28일
If you don't want to the folder to the path (why not?) then just change to this directory/folder and run the script from there. (I'm assuming that the script and function are in the same folder.)
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!