create as built in functions
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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?
0 comentarios
Respuesta aceptada
John D'Errico
el 5 de Oct. de 2011
These functions will be your new friends:
addpath, savepath, pathtool, rmpath
0 comentarios
Más respuestas (1)
Wayne King
el 5 de Oct. de 2011
You can use pathtool, to add the folder where those functions are and save that path for future sessions.
0 comentarios
Ver también
Categorías
Más información sobre Search Path en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!