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
Install the packages on your working directory. Then add "pkg load pkg_name" command to octave-1.1~\share\octave\site\m\startup\octaverc. It will load the package every time.