Block IO Outport Code Generation

6 visualizaciones (últimos 30 días)
Anand Rangaramu
Anand Rangaramu el 3 de Mayo de 2013
I have a s function with output port. The output of the port is stored as Block Signals (auto storage) and its defined by function \rtw\c\tlc\mw\commonhdr_blkiolib.tlc
How to change the output port character not to generate this temporary variable?
  3 comentarios
Anand Rangaramu
Anand Rangaramu el 7 de Mayo de 2013
I could change the behavior by adding below functions. Not the best solution but improved memory by lot
ssSetOutputPortReusable(S, 0, 1)
ssSetInputPortOverWritable(S, 0, 1);
Kaustubha Govind
Kaustubha Govind el 7 de Mayo de 2013
Yes, that is what I was going to suggest. Could you explain what your ideal solution would be?

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Simulink Coder en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by