Unable to access "lrwpan" from custom installation of MATLAB
6 ビュー (過去 30 日間)
古いコメントを表示
sumit kumar
2018 年 4 月 22 日
回答済み: MathWorks Communications Toolbox Team
2023 年 9 月 14 日
Hi, I have installed MATLAB in two different paths inside my Ubuntu 16.04 system. First is : /usr/local/R2017b Second is : /opt/MATLAB/R2017b In the first one when I run lrwpanEndToEndPHYExample.m, it runs properly but when I run the same in second, it throws this error : Undefined variable "lrwpan" or class "lrwpan.PHYGeneratorOQPSK". What I am missing here ? Regards Sumit
0 件のコメント
採用された回答
Walter Roberson
2018 年 4 月 22 日
"This example also uses:
Communications System Toolbox Library for the ZigBee Protocol"
2 件のコメント
Walter Roberson
2018 年 4 月 22 日
Yes, but you do not have "Communications System Toolbox Library for the ZigBee Protocol" installed.
Go into Add-On Explorer and search for Zigbee. For me it was the first entry.
その他の回答 (3 件)
sumit kumar
2018 年 4 月 23 日
編集済み: sumit kumar
2018 年 4 月 23 日
1 件のコメント
Walter Roberson
2018 年 4 月 23 日
It might somehow not be on your MATLAB path. Try
restoredefaultpath
I saw exactly the message you did until I installed the zigbee package, after which I had no difficulty executing the example.
MathWorks Communications Toolbox Team
2023 年 9 月 14 日
As of R2023b, the content in the Communications Toolbox™ Library for ZigBee® and UWB has been absorbed into Communications Toolbox. With that release or later, you no longer need to download the library.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!