Filter löschen
Filter löschen

Compile-time size assumption error in Simulink function script

12 Ansichten (letzte 30 Tage)
Kenneth
Kenneth am 24 Jul. 2024
Beantwortet: Divyanshu am 6 Sep. 2024 um 7:10
I'm encountering a compile-time size assumption violation error when attempting to run my MATLAB code with code generation.
I am working with a column vector ffeout_lp which has the dimensions 63680x1, and an integer oversample which is set to 40. I am quite new to scripting in simulink, so what I have tried so far may not have been optimal. The 'coder.varsize' statements above are to initialize space for arrays, as to my knowledge dynamic initializing is not permitted for code generation. How do I go about this compile time error?
Thanks!

Antworten (1)

Divyanshu
Divyanshu am 6 Sep. 2024 um 7:10
Hello @Kenneth,
Most probably you are facing this issue because of an existing bug in 'R2023b' in MATLAB Coder. You can refer the following bug-reports to get more details on the bug:
This bug is fixed in R2024a, so you can try updating the version of MATLAB.
Also you can refer the following documentation link for more information:
Hope it helps!

Kategorien

Mehr zu Simulink Coder finden Sie in Help Center und File Exchange

Produkte


Version

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by