How to load packages in Octave permanently?

后端 未结 4 1997
醉酒成梦
醉酒成梦 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:37

    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.

提交回复
热议问题