Statistics
RANK
7.411
of 260.252
REPUTATION
4
CONTRIBUTIONS
3 Questions
3 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
2
RANK
of 17.892
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 111.746
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
Content Feed
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');...
más de 4 años ago | 0 answers | 0
0
answersStack 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 ...
más de 4 años 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 ...
más de 4 años ago | 1 answer | 0
1
answerStack 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?...
más de 4 años ago | 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. ...
más de 4 años 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...
más de 4 años ago | 3 answers | 0