フィルターのクリア

How to generate c-code from simulink with custom data type? (r2013a)

1 回表示 (過去 30 日間)
Marco
Marco 2014 年 1 月 14 日
回答済み: Kaustubha Govind 2014 年 3 月 20 日
Hi everyone, I would generate c-code from a simple system like that in figure.
My data type should be, for example, MyInt in order to see a generated c-code like this one:
MyInt in1;
Is it possible? Thanks in advance, Marco

回答 (1 件)

Kaustubha Govind
Kaustubha Govind 2014 年 3 月 20 日
I'm assuming that MyInt is an alias for an integer type? If so, you should be able to use Simulink.AliasType to declare MyInt as an alias, and specify that as the output datatype of your source block. You can also simply use Data Type Replacement if you simply want a specific integer type to show up as 'MyInt' in generated code.

カテゴリ

Help Center および File ExchangeDeployment, Integration, and Supported Hardware についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by