externalfcn

Enables calls to functions outside of the current path.
2.6K Downloads
Updated 15 Jan 2004

View License

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 Linux
Acknowledgements

Inspired: EXECIN

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0

A spelling error in the title of the submission....