我在Matlab中创建了一个简单的堆叠自动编码器,通过"stack"函数连接几个自动编码器 . 现在我想使用"decode"函数从编码的特征重建原始序列,如以下链接所述:Matlab: Decode Encode Data

但是Matlab给了我另一个工具箱的许可例外:

>> decodeSequences{i}=decode(stackEncoder, randEncodes(i));
To use 'decode', the following product must be licensed, installed, and enabled:
Communications System Toolbox

任何人都可以帮我解决这个问题吗?