摘要:
最近在看《算法之美》,里面配套的代码是octave的,安装好了软件后,运行代码,发现提示没有发现package control 一、打开图形化的octave软件,通过帮助菜单--octave软件包,自动打开网页:https://gnu-octave.github.io/packages/,也可以在浏 阅读全文
摘要:
All supported software are mssing [/usr/bin/sushi,/usr/bin/gloobus-preview]. Please install either one or specify a custom view command instead. 阅读全文
摘要:
在matlab中习惯了使用syms符号函数,octave中没有这个函数,需要安装个包,只要在octave的命令行中输入以下三个命令即可: 1、pkg install -forge symbolic For information about changes from previous version 阅读全文