Facing error in this example openExample('whdl/WHDLOFDMTransmitterExample')
조회 수: 3 (최근 30일)
이전 댓글 표시
>>
openExample('whdl/WHDLOFDMTransmitterExample')
runOFDMTransmitterModel
Error using runOFDMTransmitterModel>trBlkSize
Too many output arguments.
Error in runOFDMTransmitterModel (line 26)
trBlkSize(txParam(n).modOrder,txParam(n).codeRateIndex)*txParam(n).numFrames,...Error using runOFDMTransmitterModel>trBlkSizeToo many output arguments.Error in runOFDMTransmitterModel (line 26) trBlkSize(txParam(n).modOrder,txParam(n).codeRateIndex)*txParam(n).numFrames,...
I am gretting this error before I was not getting . can you help me.
댓글 수: 0
채택된 답변
Raghava S N
2024년 8월 9일
Hi,
On running the shipped example “whdl/WHDLOFDMTransmitterExample” on MATLAB R2023b, I did not encounter the error mentioned. Since there is no source code attached, I am operating under the assumption that the shipped example is being used with additional custom code and/or code edits. Perform the checks as suggested by a MathWorks staff member in this MATLAB Answers post - https://www.mathworks.com/matlabcentral/answers/337703-too-many-output-arguments#:~:text=A%20function%20you,some%20possible%20causes%3A. I hope this helps in determining the possible cause for the error “Too many output arguments”.
댓글 수: 0
추가 답변 (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!