It's best to add such user paths in the Matlab startup script file startup.m. 
For octave, the corresponding file is .octaverc

Shri
On Mar 28, 2013, at 7:50 AM, Álvaro Jaramillo Duque wrote:

> You can add MATPOWER to the matlab/octave path and put your functions in an 
> empty folder. 
> 
> I do this adding this lines at the beginning of my "*.m" files 
> 
> %% add matpower to the path
> addpath('/folder/direction/in/your/computer/matpower4.1');
> 
> I hope this help
> 
> Álvaro
> 
> 

Reply via email to