Octave:安装符号包,'int'未定义

时间:2013-06-06 00:11:15

标签: ubuntu integration octave symbols

我使用sudo apt-get install octave-symbolic成功安装了符号包,但它仍然没有;为了集成而重新认识int函数:

octave:7> symbols
octave:8> x=sym('x')
x =

x
octave:9> int('x')
error: `int' undefined near line 9 column 1

那么,我该如何使用集成功能呢?该函数与MATLAB不同吗?

2 个答案:

答案 0 :(得分:2)

自v1.1.0起,符号工具箱中尚未实现集成功能。输入命令

pkg describe -verbose symbolic

在Octave提示符下以符号形式查看所有可用命令的列表。在微积分下,到目前为止只有differentiate

答案 1 :(得分:0)

请尝试int32(x)或您需要的任何其他int,如uint8,uint16。 http://www.gnu.org/software/octave/doc/interpreter/Integer-Data-Types.html