Facing error in this example openExample('whdl/WHDLOFDMTransmitterExample')
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
>>
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 Commenti
Risposta accettata
Raghava S N
il 9 Ago 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 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Introduction to Installation and Licensing in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!