photo

Lukai Cai


Qualcomm

2018 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

3 質問
3 回答

ランク
13,115
of 300,863

評判
4

コントリビューション
3 質問
3 回答

回答採用率
66.67%

獲得投票数
2

ランク
 of 21,100

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,413

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


FileID pass as function argument for Matlab Coder gen
I need to generate a function with FileID as argument. The matlab code looks like this: outfileId = fopen('test_c.csv', 'w');...

8年弱 前 | 0 件の回答 | 0

0

回答

回答済み
Stack overflow using the generated C++ code
Finally I got the solution. The issue is not static variable. The issue is that the function variable size is too big. Here ...

8年弱 前 | 1

| 採用済み

質問


How to not-optimize my code generated by Matlab coder
I have a function named top() top() { f1(p1, p2, p3); f2(p3,p4,p5); f2(p6, p7, p8); } I use f2 and ...

8年弱 前 | 1 件の回答 | 0

1

回答

回答済み
Stack overflow using the generated C++ code
yes. the data structure contains a big array inside it. Regarding changing the memory allocation scheme, how to do it in Matlab?...

8年弱 前 | 1

回答済み
Stack overflow using the generated C++ code
If I run it with simple main.cpp. It works. If I integrated into a working but complicated project I want to, it doesn't work. ...

8年弱 前 | 0

質問


Stack overflow using the generated C++ code
I generated the code using Matlab Coder, and integrated into MSVC of another project. During run time, it gives stack overflow e...

8年弱 前 | 3 件の回答 | 0

3

回答