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!