create as built in functions
Ältere Kommentare anzeigen
I have bunch of functions related to my applications and all are .m files. I don't want to copy each function in current working folder when I need those. I want to keep them in Matlab such that, I can access to those functions forever. i.e., I want to make my functions as like default functions within Matlab. How to do this?
Akzeptierte Antwort
Weitere Antworten (1)
Wayne King
am 5 Okt. 2011
0 Stimmen
You can use pathtool, to add the folder where those functions are and save that path for future sessions.
Kategorien
Mehr zu Search Path finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!