Save my own function in the pre-defined function list
Mostrar comentarios más antiguos
Can I create a function, then save it in a list of predefined Matlab functions?
Respuestas (1)
If you mean that you would like your function universally accessible from any directory, and you want this remembered from session to session, you can use PATHTOOL and similar path manipulation functions to save your function to the MATLAB path.
Categorías
Más información sobre File Operations en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!