Compile-time size assumption error in Simulink function script

12 次查看(过去 30 天)
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!

回答(1 个)

Divyanshu
Divyanshu 2024-9-6,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!

类别

Help CenterFile Exchange 中查找有关 Simulink Coder 的更多信息

产品


版本

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by