ERT control Row major matrix order

2 ビュー (過去 30 日間)
william arrouy
william arrouy 2017 年 7 月 31 日
コメント済み: Abhi Sundararaman 2018 年 5 月 15 日
When performing Matlab to C code generation (ERT) is it possible to control the matrix order convention ? (row major or column major) ?

採用された回答

Abhi Sundararaman
Abhi Sundararaman 2017 年 8 月 2 日
Unfortunately, due to the way both languages are implemented, changing the matrix order convention is not possible in the generated code.
  1 件のコメント
Abhi Sundararaman
Abhi Sundararaman 2018 年 5 月 15 日
A quick update: As of R2018a, MATLAB Coder now supports changing the array layout to row-major.
Refer to the following documentation link for more information. https://www.mathworks.com/help/coder/ug/generate-code-that-uses-row-major-data.html

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMap Display についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by