統計
MATLAB Answers
6 質問
0 回答
ランク
of 170,900
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Code Replacement library available only for column major?
Hi, I would like to use embedded coder with CRL but if I look in the available options with crviewer most of the "Intel AVX/SSE...
5年以上 前 | 1 件の回答 | 1
1
回答質問
Matlab codegen generate version-script for gcc
Hello, Is there any way to generate a .map file that can be passed as version-script to gcc similar to what is described here ?...
6年弱 前 | 0 件の回答 | 0
0
回答質問
Using coder.target to differentiate between Matlab environment and coder
Hi, I'm trying to provide a map functionality to algorithms written in Matlab which are later converted to C code and used in...
約6年 前 | 0 件の回答 | 0
0
回答質問
Matlab coder generates string without the ending null terminator
Hi, I want to pass a string to a c function doing this: str = 'test_app'; coder.ceval('put_string', 'algorithm_name', coder.r...
約6年 前 | 0 件の回答 | 0
0
回答質問
Pass matlab array to c function as mxArray
Hi, I'm trying to pass a matlab array to a C function but the coder translates the array to a double[] type and I would need a ...
約6年 前 | 0 件の回答 | 0
0
回答質問
Matlab code to C++ classes in 2018 VS 2019
Hello, I'm interested in converting some matlab code to C++ classes but if I inspect the documentation of 2018 and 2019 versi...
約6年 前 | 1 件の回答 | 0
