Damien LEFEVRE
Followers: 0 Following: 0
Statistics
RANK
8,614
of 295,569
REPUTATION
5
CONTRIBUTIONS
6 Questions
1 Answer
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
3
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How to compare function handles?
I'm getting callbacks from a MEX file. On the matlab side I'd like to manage a list of matlab function callbacks, or function ha...
8 years ago | 1 answer | 0
1
answerHow to start Matlab from command prompt and wait for the application to return
Matlab actually has a command line option *-wait* that does the trick. matlab.exe -wait Or with running scripts automat...
8 years ago | 2
| accepted
Question
How to start Matlab from command prompt and wait for the application to return
I'm trying to run some memory analysis tool to debug a MEX file and detect possible heap corruption. I need to start Matlab f...
8 years ago | 2 answers | 0
2
answersQuestion
Global static variable re-allocated in MEX file
I wrote a mex file which loads a C++ library written using Qt framework. For the framework to work I need an instance of QCoreAp...
8 years ago | 0 answers | 0
0
answersQuestion
How can I store function_handle objects in MEX code?
Hi, I'm writing a MEX file to create a Qt application instance in order to get an event loop to be able to use QIODevice modu...
8 years ago | 1 answer | 1
1
answerQuestion
Can I build a MEX file within VisualStudio?
I would like to be able to develop a MEX file in VisualStudio. From mex commands lines I'm missing the ability to have a vs p...
8 years ago | 2 answers | 0
2
answersQuestion
How can I create an array of class handles?
I'm a C++ developer and need to find an equivalent to a vector of class pointer: std::vector<MyClass*> I have my Matlab class...
8 years ago | 2 answers | 0