How to make Redundant function calls in matlab code generation?
1 次查看(过去 30 天)
显示 更早的评论
Dear All,
I am trying to generated code from a simulink model in which I want a particular block function should be called redundant in the generated code.
Ex. if I am calling iir_filter();
............ ............ ............ iir_filter(); .............. ............... ............... iir_filter(); ............. ............. .............
0 个评论
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!