photo

Lukai Cai


Qualcomm

Active since 2018

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

3 Questions
3 Answers

RANK
13.149
of 300.302

REPUTATION
4

CONTRIBUTIONS
3 Questions
3 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
2

RANK
 of 20.911

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168.040

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


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

meer dan 7 jaar ago | 0 answers | 0

0

answers

Answered
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 ...

meer dan 7 jaar ago | 1

| accepted

Question


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

meer dan 7 jaar ago | 1 answer | 0

1

answer

Answered
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?...

meer dan 7 jaar ago | 1

Answered
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. ...

meer dan 7 jaar ago | 0

Question


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

meer dan 7 jaar ago | 3 answers | 0

3

answers