ERT control Row major matrix order
2 ビュー (過去 30 日間)
古いコメントを表示
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) ?
0 件のコメント
採用された回答
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
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 Exchange で Map Display についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!