在 Octave 4.0.0 文件夹的 README.html 中,您可以找到以下段落:\n \nIncluded Octave Forge Packages\nA number of Octave-Forge packages have been included with Octave, however they must be installed in order to use them. \nTo install: \n\xe2\x80\xa2 Start Octave and then open the build_packages.m file found in the src folder where Octave was installed.\n\xe2\x80\xa2 Run the script build_packages.m to build and install the packages.\nInstallation is a one-time procedure. After installation packages must still be loaded in order to use them with the pkg load PACKAGENAME command. \nOther packages are available from Octave-Forge.\n\n对于 Octave 中未包含的其他软件包,您需要做的是:从http://octave.sourceforge下载软件包.net/packages.php。然后将包放入src文件夹并分别修改build_packages.m后再执行。