I want to organize my matlab files into 1 folder outside working directory.
I tried added this line into .cshrc file:
set path = ( $path $HOME/clio/script )
I can see it in the terminal when I execute echo $PATH.
but still the matlab expression in the output expression window does not work.
Is there anything that I can try?