I am using Octave on Window vista. I am using 4 package in my code. But every time I restart octave, I have to load manually from command line, \'pkg load ...\'
Is there a w
I got the answer.
It can be set at the time of package installation.
install with following command
pkg install -auto [package name]
It will be load every time octave is started.