由于最近需要做蓝牙仿真方面的东西,需要用到matlab的蓝牙工具箱,根据官网例子输入:
commSupportPackageCheck('BLUETOOTH');
检测是否包含该工具箱,结果出现:
点击Add-On-Explorer出现:
网上搜索发现这是因为matlab在提醒我们需要购买正版,但是奇怪的是我的matlab是正版的。不过为了解决这个问题需要手动安装工具箱。首先进入matlab官网的社区,之后在社区中搜索Communications Toolbox Library for the Bluetooth Protocol,出现:
看到作者: MathWorks Communications Toolbox Team ,表示为官方工具箱,点击下载。这其中需要登陆账号。下载完毕后打开matlab,双击刚刚下载的文件,之后一路确定,工具箱就会自动安装,直到出现:
表示安装完毕,之后再次运行
commSupportPackageCheck('BLUETOOTH');
出现: Communications Toolbox Library for the Bluetooth Protocol
The library provides standard-compliant functions, objects, and reference
examples for the design, modeling, simulation, and testing of Bluetooth
basic rate/enhanced data rate (BR/EDR) and Bluetooth low energy (BLE)
communication systems and mesh networks.
To see the documentation, go to bluetoothdoc
安装成功,并不需要重装matlab。