externalfcn
Version 1.0.0.0 (1.34 KB) by
Brett Shoelson
Enables calls to functions outside of the current path.
Parses string arguments to enable calls to functions outside of the current workspace. (Function externalfcn must, of course, be defined in the current path.)
EX:
externalfcn('[x,y] = c:\testdirectory\testfcn(a,b)')
...will call testfcn.m even if 'c:\testdirectory\' is not currently defined on the path.
Cite As
Brett Shoelson (2024). externalfcn (https://www.mathworks.com/matlabcentral/fileexchange/4361-externalfcn), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R13
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- MATLAB > Programming > Files and Folders > Search Path >
- MATLAB > Language Fundamentals > Data Types > Characters and Strings > String Parsing >
Find more on Search Path in Help Center and MATLAB Answers
Tags
Acknowledgements
Inspired: EXECIN
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 | A spelling error in the title of the submission.... |