How do I specify an absolute pathname for a function when using STR2FUNC to capture its handle?
Mostra commenti meno recenti
I want to create and use function handles for some of the functions that I have created. These functions are present in several folders and I don't want to add these folders to the MATLAB path. Rather, I wish to use STR2FUNC to capture the handle of the function by specifying its absolute path as follows:
hf = str2func('C:\mFiles\ProjectA1\foo.m');
Although STR2FUNC does create a handle, it does not correctly reference the function and does not evaluate anything.
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Search Path in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!