フィルターのクリア

External mode and Row Major

1 回表示 (過去 30 日間)
Jake Gareau
Jake Gareau 2024 年 2 月 16 日
回答済み: Divyanshu 2024 年 2 月 26 日
I have a model that I am attempting to Run in External mode on a F28379D Launch pad. However the mdel contains a look up table that is Row Major so I recieve the following error:
Model 'Exro_Motor_Control' is configured for external mode and row-major code generation, which is not supported.
is there any reasonable work around to this without having to change all my data? I would prefer to have it Row major as that is how the C language is.

採用された回答

Divyanshu
Divyanshu 2024 年 2 月 26 日
Hi Jake,
You can refer the section 'Code Generation by Using Row-Major Algorithm and Array Layout' of the following documentation which talks about Conversion of Layouts from Column-Major to Row-Major for Models with Lookup Table Blocks:
Hope it helps!

その他の回答 (0 件)

カテゴリ

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

製品


リリース

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by