how can add path of specific file in another file of matlab?
Show older comments
is it possible to call matlab function from another matlab function.
Answers (1)
Walter Roberson
on 14 Feb 2020
0 votes
You cannot add the path to a specific function.
You can cd to the directory that the function is in, and @ the function name to get a handle to it that in theory should be valid after you cd back.
Categories
Find more on File Operations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!