フィルターのクリア

Use objects of class 'comm.LDPCEncoder' only as scalars or use a cell array.

6 ビュー (過去 30 日間)
M Rajput
M Rajput 2022 年 1 月 6 日
I am getting this error :
Array formation and parentheses-style indexing with objects of class 'comm.LDPCEncoder' is not allowed. Use
objects of class 'comm.LDPCEncoder' only as scalars or use a cell array.
Error at : encData = ldpcEncoder(dataIn)
my code lines are is:
dataIn = logical(randi([0 1],FFT_LEN,1));
encData = ldpcEncoder(dataIn);
please suggest what to do

回答 (0 件)

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by