Lukai Cai - MATLAB Central
photo

Lukai Cai


Qualcomm

自 2018 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB AnswersFrom 02/18 to 04/25Use left and right arrows to move selectionFrom 02/18Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

3 个提问
3 个回答

排名
13,003
of 298,292

声誉
4

贡献数
3 个提问
3 个回答

回答接受率
66.67%

收到投票数
2

排名
 of 20,560

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,775

贡献数
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');...

7 years 前 | 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 ...

7 years 前 | 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 ...

7 years 前 | 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?...

7 years 前 | 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. ...

7 years 前 | 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...

7 years 前 | 3 个回答 | 0

3

个回答