我必须在Octave中使用quadprog,就像在Matlab中使用它一样。在Octave中使用quadprog时,显示此错误
warning: the 'quadprog' function belongs to the optim package from Octave
Forge
which seems to not be installed in your system.
Please read `http://www.octave.org/missing.html' to learn how you can
contribute missing functionality.
error: 'quadprog' undefined near line 1 column 1如何在windows 7 64位Octave中安装Quadprog?
发布于 2015-06-30 17:35:54
下载后使用pkg命令安装程序包。详情请查看doc pkg
https://stackoverflow.com/questions/31134098
复制相似问题