Block IO Outport Code Generation

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 件のコメント

Kaustubha Govind
Kaustubha Govind 2013 年 5 月 3 日
Did you want the output to reuse the input buffer?
Anand Rangaramu
Anand Rangaramu 2013 年 5 月 7 日
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 2013 年 5 月 7 日
Yes, that is what I was going to suggest. Could you explain what your ideal solution would be?

サインインしてコメントする。

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeSimulink Coder についてさらに検索

質問済み:

2013 年 5 月 3 日

Community Treasure Hunt

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

Start Hunting!

Translated by