Facing error in this example openExample('whdl/WHDLOFDMTransmitterExample')
3 views (last 30 days)
Show older comments
>>
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 Comments
Accepted Answer
Raghava S N
on 9 Aug 2024
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 Comments
More Answers (0)
See Also
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!