How to include a function into the main directory
    5 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
I've created some functions that I use often. I'm wondering if there's any way to make it so that the functions work even if they're not in the current directory. Basically it would work such as if it was one of the default functions (rand(n)).
Any help will be highly appreciated. Thanks in advance.
0 Commenti
Risposta accettata
  Kye Taylor
      
 il 31 Ott 2012
        You can add the directory containging your function to the MATLAB search path. Try
doc pathtool
0 Commenti
Più risposte (0)
Vedere anche
Categorie
				Scopri di più su File Operations 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!