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 view (last 30 days)
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.

Accepted Answer

Walter Roberson
Walter Roberson on 19 Nov 2015
Edited: Walter Roberson on 19 Nov 2015

More Answers (0)

Categories

Find more on Search Path in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!