photo

Lukai Cai


Qualcomm

Con actividad desde 2018

Followers: 0   Following: 0

Mensaje

Estadística

MATLAB Answers

3 Preguntas
3 Respuestas

CLASIFICACIÓN
13.138
of 300.706

REPUTACIÓN
4

CONTRIBUCIONES
3 Preguntas
3 Respuestas

ACEPTACIÓN DE RESPUESTAS
66.67%

VOTOS RECIBIDOS
2

CLASIFICACIÓN
 of 21.045

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 170.244

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

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

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

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

casi 8 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?...

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

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

casi 8 años hace | 3 respuestas | 0

3

respuestas