photo

Tony Kirke


Con actividad desde 2017

Followers: 0   Following: 0

Estadística

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Respondida
How do I use a matlab shared library without building the main executable with mbuild?
Thanks. When I try to follow this I get The -t switch is no longer supported; the Compiler no longer generates C/C++ source ...

más de 7 años hace | 0

Pregunta


How do I use a matlab shared library without building the main executable with mbuild?
Hi I'm able to build the shared library fine. However,I'd like to use it in another program and just want to include the header...

más de 7 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Combining mbuild with Cmake flow for using shared library
Hi, I'd like to use the matlab shared library facility but I don't want to have to re-write all of my compilation in Matlab sin...

más de 7 años hace | 0 respuestas | 0

0

respuestas

Respondida
Is it possible to call a matlab generated shared library multiple times in a program?
Ah, thank you. I must have been doing something wrong then in how I assumed it was setup. I'll recode my case to take advantage ...

más de 7 años hace | 0

Pregunta


Is it possible to call a matlab generated shared library multiple times in a program?
When I use the recommended method mclRunMain((mclMainFcnType)run_main, 0, NULL); it always exits the program immedia...

más de 7 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Any examples of using mclRunMain with argc and argv populated
When I do this, I get segmentation fault/Bad access errors int main(int argc, const char* argv[]) { mclRunMain((mclMainFc...

más de 7 años hace | 1 respuesta | 0

1

respuesta