Tagged Questions
MEX-files are dynamically linked subroutines produced from C, C++ or Fortran source code that, when compiled, can be run from within MATLAB® in the same way as MATLAB functions or built-in functions.
22
votes
1answer
462 views
Embedding Python in MATLAB
I am trying to embed Python 2.6 into MATLAB (7.12). I wanted to embed with a mex file written in C. This worked fine for small simple examples using scalars. However, if Numpy (1.6.1) is imported ...
9
votes
2answers
797 views
Matlab mex file is slow compared to its straight C equivalent
I'm at a loss to explain (and avoid) the differences in speed between a Matlab mex program and the corresponding C program with no Matlab interface. I've been profiling a numerical analysis program:
...
7
votes
4answers
212 views
Explicitly setting the value of a pointer
I am writing a mex-file (using C++) that will accept a memory address as an input, and operate on data at that memory address. Because I am forced to use MATLAB as my environment, my program can only ...
6
votes
1answer
105 views
Setting the *default* data order (C vs. Fortran) in Numpy
I'm porting some MATLAB code to Numpy. This task includes stripping the MEX out of some C++ code and replacing it with equivalent calls to Numpy's C-API. One problem is that the MEX code treats the ...
5
votes
1answer
106 views
Why is OpenMP in a mex file only producing 1 thread?
I am new to OpenMP. I have the following code which compiles fine using Matlab mex configured with MSVS2010. The computer has 8 processors available (which I checked also by using matlabpool).
...
5
votes
2answers
131 views
Will this technique reduce the MATLAB realtime workshop coder compilation time?
My workplace use MATLAB and sub-products Simulink, Realtime workshop (RTW), RTW Embedded Coder. We have a large simulink model that is compiled to C then to an object file for loading onto the ...
5
votes
3answers
189 views
Embed a function from a Matlab MEX file directly in Python
I am using a proprietary Matlab MEX file to import some simulation results in Matlab (no source code available of course!). The interface with Matlab is actually really simple, as there is a single ...
5
votes
1answer
144 views
Difference between size_t and mwSize when MEXing C with Matlab
I am currently working on porting some C files which are mexed with 32 bit Matlab to 64 bit Matlab.
While doing so, I have encountered two types, one coming from the Matlab people, and one which is C ...
5
votes
3answers
5k views
Setting up mex to use the Visual Studio 2010 compiler
I have Visual Studio 2010 installed. However, MATLAB doesn't find the compiler.
>> mex -setup
Please choose your compiler for building external interface (MEX) files:
Would you like mex to ...
5
votes
4answers
696 views
OpenCV, Matlab and STL containers
Many functions in the latest release of OpenCV require the use of STL containers. I run into problems when trying to use them in a Matlab MEX file. I am compiling the MEX files from within Matlab. ...
5
votes
2answers
1k views
MATLAB MEX interface to a class object with multiple functions
I am using the MEX interface to run C++ code in MATLAB. I would like to add several functions to MATLAB for handling a System object:
sysInit()
sysRefresh()
sysSetAttribute(name, value)
String = ...
4
votes
2answers
65 views
Matlab variables show 'reference-like' behavior when copied and passed to a mex file
I have a mex file (compiled in VS2010, Matlab 2010b) which accepts a variable, and change it. For example, in the mex file it looks like:
double *fp = (double *)mxGetPr (prhs[0]);
*fp = ...
4
votes
1answer
53 views
Python & SCons & Matlab: Wrong command input
I am using SCons to install a package, but when I try to compile with mex, the matlab compiler, it runs other command from pdfTeX with same name. To solve this problem on bash, I've just changed ...
4
votes
1answer
80 views
How to provide Matlab with the old gcc version it wants?
On my computer I have Ubuntu 10.10 with gcc 4.4.4. I try to compile some mex files which use CUDA and I get following error message:
>> cns_build('hmax')
compiling...
...
4
votes
1answer
296 views
Giving more memory to mex programs in Matlab
My C mex-compiled files are running out of memory (more specifically, my calls to mxMalloc sometimes return NULL). From a quick calculation I estimate that my files ask mxMalloc for about 500 MB of ...
4
votes
2answers
3k views
WCF Web Service chnage wsdl name and targetNamespace
All,
I'm a little new to WCF over IIS but have done some ASMX web services before. My WCF service is up and running but the helper page generated by the web service for me has the default names, i.e. ...
4
votes
3answers
971 views
Profiling a mex-function
I have just rewritten a Matlab program in c++ as a mex-function to speed things up, with fantastic results. This optimization decision was a very very good idea, with up to a factor 20 speed up ...
4
votes
1answer
3k views
WCF Mex End Points for Multiple Bindings
I'm building a WCF service that will expose BasicHttp and NetTcp bindings. I've also added two corresponding Mex endpoints, i.e.
<service name="WCFTest.CalculatorService" ...
3
votes
2answers
168 views
C++ decode void pointer nicely for Matlab mex
I'm trying to write a C++ mex function for Matlab that can handle multiple datatypes. Matlab gives me an mxArray*, from which I can retrieve a void* for the data, and an mxClassID telling me the ...
3
votes
1answer
79 views
How to avoid duplicate initialization of .mex (matlab compiled code)?
I have Matlab code that calls a MEX generated from c++ code.
The c++ code requires heavy memory allocation and calculations upon initialization.
Using a static pointer, initialization is done only on ...
3
votes
2answers
131 views
Mex function not updated after recompile
I have a simple mex function, which calls another C++ function from a library. I compile the source with
mex -cxx mymexfunction.cpp -I/some/include -L/some/lib -lmylib
The mylib library is dynamic ...
3
votes
1answer
231 views
Creating sparse matrix in MEX
How to create a 2d sparse matrix in a mex file written in C. After creating the matrix how to access the elements individually like in C , say mat[i][j]?
I tired using mxcreatenumericarray funciton ...
3
votes
2answers
39 views
Share WCF interface specification off-line
Team S are remote from team C. Team S create a WCF web service with WSHTTP bindings. What's the best way for team S to share the interface specification with team C? In the days of asmx web services ...
3
votes
3answers
2k views
How to link during Matlab's MEX compilation
I've written a program of the following form:
#include "stuff_I_need.h"
int main(){
construct_array(); // uses OpenMP pragma's
print_array();
return(0);
}
that compiles, links, and runs ...
3
votes
2answers
1k views
Wrong URL in WSDL hyperlink when using WCF (https)
I got my WCF Service running with HTTPS, It shows the Infopage, but the URL below "To test this service, ... with the following syntax:" is:
svcutil.exe ...
3
votes
3answers
2k views
All about WSDL vs MEX?
I am not able to open the meta data url - http://localhost:8082/Tasks/mex
I have added the mexhttpBinding in the config file. Can I see this mex endpoint in browser?
The config files look like:
...
3
votes
2answers
3k views
shared library locations for matlab mex files:
I am trying to write a matlab mex function which uses libhdf5; My Linux install provides libhdf5-1.8 shared libraries and headers. However, my version of Matlab, r2007b, provides a libhdf5.so from the ...
3
votes
2answers
10k views
mex binding error in WCF
I am using VSTS 2008 + C# + .Net 3.0. I am using self-hosted WCF. When executing the following statement, there is the following binding not found error. I have posted my whole app.config file, any ...
2
votes
1answer
78 views
hang and/or segfault when using boost::threads from matlab, not when called directly
I have some multithreaded code that works fine when it's compiled directly, but segfaults and/or deadlocks when it's called from a Matlab mex interface. I don't know whether the different environment ...
2
votes
1answer
54 views
type redefinition error when including 2 header files
I am compiling a Matlab mex file (Using VS2010 under Windows), and the following 2 includes:
#include <algorithm> // for std::copy
#include "mex.h"
give me compile error:
...
2
votes
1answer
73 views
Number of threads created is 12 but still runs only on one core of 12 core-CPU
I have a strange issue. I have a Matlab mexfunction in which I have used OpenMP directives/functions. Before the beginning of a parallel section (parallel for...), I use commands to set and print the ...
2
votes
3answers
249 views
gcc linker can't find library (openNI)
Can anybody give me some hints for solving this?
I'm trying to compile "Kinect Matlab" (on Mac OS 10.7), in the compile script is the following line:
...
2
votes
1answer
64 views
Matlab Mex Socket Wrapper Library
Have anybody written a POSIX socket wrapping library for MATLAB using Mex? I basically want to open, write and read. Both sync and async alternatives would be nice. My main target platform is Linux. I ...
2
votes
4answers
325 views
Multithreading with Matlab
I'm working on a project on Matlab where we have to optimize the performance, and I was thinking about parallelizing a couple of function calls that were made from a .m file.
The idea was simple, ...
2
votes
2answers
99 views
MexFile causing “Assertion detected” error - problem with memcpy in mexfiles?
This problem is unfortunately narrow, but I'm at a loss.
I have a custom mex file that takes two lists of uint32s that are each sorted and contain no common entries and returns a single sorted list ...
2
votes
1answer
227 views
mex file is crashing, how to use MATLAB_MEM_MGR in matlab?
I have compiled a c++ code to mex file, but on calling this mex file, it crashes.
it gives message in matlab as: "Segmentation violation detected"
I tried using try-catch in cpp file to print the ...
2
votes
2answers
317 views
How to stop Matlab crashing on (wrong) mex-file execution
Hey there,
I'm currently developing a mex-file with CUDA functionality to be used in MATLAB. When I'm doing something wrong (e.g. wrong pointers or something like that), MATLAB always crashes (windows ...
2
votes
1answer
280 views
How to return a float value from a mex function, and how to retrieve it from m-file?
I understand that all the returned values of a mex function are stored in plhs array of type mxArray*. I want to return a value of type float. How can I do it?
Some code examples on returning it from ...
2
votes
3answers
135 views
Freeing Static Structures in C Library
A project I am working on involves a flight vehicle with GNC code written in a C library (.out). We must call this C code from LabVIEW (the primary avionics software) in the form of a .out library, ...
2
votes
2answers
392 views
Error with variable array size using the visual C++ compiler (Visual Studio 2010). How to circumvent this issue?
I am experiencing some troubles compiling a c++ file that worked well as a previous build under GCC.
The issue is, I am using vectors of variable array size:
unsigned int howmany;
...
2
votes
0answers
329 views
Linking FFTW into Matlab Mex file
I am trying to run FFTW code in a mex file. This is strictly for the purpose of development and testing. After some googling, I see that others have tried to do something similar and have had ...
2
votes
2answers
595 views
Loading specific variable with indexing from a MAT-file
I have a framework on a machine with lots of RAM which produces MAT-files with one very large and specifically named matrix. The computation of this matrix is carried only once and takes lot of time. ...
2
votes
1answer
95 views
mexGetArrayPtr not working as expected
I have the following test_mex mex function:
void mexFunction(int nlhs, mxArray **plhs, int nrhs, const mxArray **prhs)
{
const mxArray* m_var = NULL;
if ((m_var = mexGetArrayPtr("a", "caller")) ...
2
votes
2answers
9k views
WCF Metadata contains a reference that cannot be resolved
I've spent a couple of hours searching about this error, and I have tested almost everything it's on Google.
I want to access a service using TCP, .NET4 and VS2010, in C#.
I Have a very tiny ...
2
votes
2answers
225 views
Interfacing MATLAB with C/C++ programs
Hi I wanted to know how to use MATLAB as an external solver from a C program. Specifically in my code I wish
to solve several linear systems of the form Ax=b.
I have heard that to go the other way ...
2
votes
1answer
2k views
How to force a net.tcp mex endpoint (mexTcpBinding) to participate in port sharing?
I have a WCF service which is hosted as a Windows Service. We would like to enable a mex endpoint at the same address (but with a '/mex' suffix). I have been trying to do this (unsuccessfully) using ...
2
votes
2answers
315 views
Making a loop efficient in Matlab code: use C or will Java do?
I want to speedup some matlab code involving a loop. A common solution is to code the loop in C and call it from matlab. However, I was wondering if I can get similar benefits from implementing the ...
2
votes
3answers
213 views
processing files in 64 bit machine but developing in 32 bit machine
i am going to read a TDMS file in matlab using Mexfunction in C language in a 64 bit windows machine, but i will develop the app in 32 bit windows machine. i know in there is a difference between 32 ...
2
votes
2answers
846 views
How to access a matrix in a matlab struct's field from a mex function?
I'm trying to figure out how to access a matrix that is stored in a field in a matlab structure from a mex function.
That's awfully long winded... Let me explain:
I have a matlab struct that was ...
2
votes
2answers
186 views
safe, fast CFLAGS for mex functions in matlab
I am converting a number of low-level operations from native matlab code into C/mex code, with great speedups. (These low-level operations can be done vectorized in .m code, but I think I get memory ...