Undefined function 'awgn' for input arguments of type 'double'
4 ビュー (過去 30 日間)
古いコメントを表示
I have a similar problem.Weird thing is I had my awgn function working yesterday.But today on the same system it doesn't work.And yes I have my communication systems toolbox installed.(ver tells me that i have the toolbox)
snr=3; x=ones(10,1)'; y=awgn(x,snr); "Undefined function 'awgn' for input arguments of type 'double' " is the response. Should i unlock the Comm Systems toolbox or something?
0 件のコメント
採用された回答
Wayne King
2012 年 9 月 18 日
Does this command return a 1:
license('test','communication_toolbox')
Are you in a networked configuration where only so many licenses can be checked out at once?
If not try:
rehash
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Communications Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!