Facing error in this example openExample('whdl/WHDLOFDMTransmitterExample')
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
SURAJ KUMAR
le 8 Août 2024
Réponse apportée : Raghava S N
le 9 Août 2024
>>
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 commentaires
Réponse acceptée
Raghava S N
le 9 Août 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 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!