Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
Drexel University or The Math Forum.
|
|
|
|
Re: mex + engine
Posted:
Feb 28, 2013 12:50 PM
|
|
"Hamidreza" wrote in message <kgnq2j$1j4$1@newscl01ah.mathworks.com>... > in the code that i am developing (dealing with much numerical computations), it has becomde necessary for me to write a mex file which at some point in its execution fires up temporarily a matlab engine for part of the calculations. > > Matlab Standalone --> my code (mex) --> Matlab engine > > this setting seem not to be working, unless i break the last tie. > Is there any particular reason why this does not work, and is there a way/setting/etc to make it work? > > p.s. the mex code is developed under visual studio c++
I have done this in the past and it worked for me. Can you post a small example code that gives you the problem?
James Tursa
|
|
|
|