function definition, where to save them?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Hi, can anyone help me where should I save the functions I create in order to use them in my command window?
0 Commenti
Risposta accettata
Wayne King
il 31 Gen 2012
You can save them in any folder. Then you have to add that folder to the MATLAB path. Use pathtool, or addpath
For example, assume you save them in c:\mfiles
>>addpath 'c:\mfiles'
pathtool brings up a GUI to do the same thing.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Startup and Shutdown in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!