Community Profile

photo

Lukai Cai


Qualcomm

Con actividad desde 2018

Followers: 0   Following: 0

Contacto

Estadísticas

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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

alrededor de 6 años hace | 0 respuestas | 0

0

respuestas

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

alrededor de 6 años hace | 1

| aceptada

Pregunta


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

alrededor de 6 años hace | 1 respuesta | 0

1

respuesta

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

alrededor de 6 años hace | 1

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

alrededor de 6 años hace | 0

Pregunta


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

alrededor de 6 años hace | 3 respuestas | 0

3

respuestas