How to make Redundant function calls in matlab code generation?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!