Why matlab shows an error like >> Undefined function or variable 'refConst'.? as I used the loop before the error line .. Switch M case 8 % 256QAM refConst = qammod((0:255).', 256,'UnitAveragePower', true); end?
3 ビュー (過去 30 日間)
古いコメントを表示
Matlab shows an error in the line>> ConstDiagRx=comm.ConstellationDiagram('showReferenceConstellation',... true,'ReferenceConstellattion',refConst,'positon',figposition([20 15 30 40]),... 'EnableMeasurements',true,'MeasurementInterval',length(dataSymbols),... 'Title F-OFDM Demolated Symbols','Name','F-OFDM Reception',... 'XLimits',[-1.5 1.5],'YLimits',[-1.5 1.5]); here I have used the Matlab version R2015a
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Get Started with MATLAB についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!