How to load packages in Octave permanently?

后端 未结 4 1991
醉酒成梦
醉酒成梦 2020-12-15 06:07

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

4条回答
  •  伪装坚强ぢ
    2020-12-15 06:20

    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.

提交回复
热议问题