Matlab Engine from Add on
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2014-06-21
09:30 AM
- last edited on
‎2023-08-01
02:52 PM
by
Doreena Deng
‎2014-06-21
09:30 AM
Hey,
I would like to call the Matlab Engine, but when I call
Any ideas what could be the problem?
Cheers,
Andor
I would like to call the Matlab Engine, but when I call
Engine *ep; ep = engOpen(NULL);then I succeed to compile, but the Add-on doesn't load anymore. (I use an example provided by Matlab) I have the required libs in the solution explorer, and windows.h and engine.h is in the header.
Any ideas what could be the problem?
Cheers,
Andor
Labels:
- Labels:
-
Add-On (C++)
2 REPLIES 2
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2014-06-24 08:31 AM
‎2014-06-24
08:31 AM
Why are you passing NULL as a parameter? I think there would be a SIGSEGV and your addon crash immedialety, that is why it is not loaded.
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2014-06-24 05:59 PM
‎2014-06-24
05:59 PM
Thanks for the reply, I solved it..
NULL is required by Matlab, it has a sample application. I had to set the PATH, so know everything loads.
NULL is required by Matlab, it has a sample application. I had to set the PATH, so know everything loads.