Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
3answers
575 views

Connect to Matlab engine from C in Linux

I'm trying to call the Matlab engine programatically from a C program on Linux (Matlab r2009a, Ubuntu 9.10). I've got my own code (which works in Windows), but for now I'm just trying to get the ...
1
vote
1answer
130 views

engOpen returns Null

I'm having a problem when I try to call a Matlab funcion from my C++ code. When I call engOpen, it always returns NULL. Here is the code: Engine *m_pEngine; m_pEngine = engOpen(NULL); if(m_pEngine ...