Why built-in library function x() when copied into my current working directory does not get path to another built in library y() called from the function x() which was copied to my current working directory?
조회 수: 1 (최근 30일)
이전 댓글 표시
Why built-in library function x() when copied into my current working directory does not get path to another built in library y() called from the function x() which was copied to my current working directory?
for example >>> Lets a there is a built-in function x(). It calls built-in function y(). I have copied that function x() into my current working directory. Now it is not getting path function to y(). I have not changed any path set-up. It is same as when it was working.
댓글 수: 0
채택된 답변
Walter Roberson
2015년 11월 19일
편집: Walter Roberson
2015년 11월 19일
Also class constructor functions; see http://www.mathworks.com/help/matlab/matlab_prog/function-precedence-order.html
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Search Path에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!