How to make Redundant function calls in matlab code generation?
2 ビュー (過去 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!