mex
matlab mex: Access data
Hey there, I don\'t really understand how to access data passed via arguments in matlab to a mex-function. Assuming I have the \'default\' gateway function[详细]
2023-03-01 01:51 分类:问答Mex file gives segmentation fault only on second use
The following code compiles successfully and returns the correct results when called the first time. Making the same call a second time, I get a segmentation fault error.[详细]
2023-02-27 09:22 分类:问答how to call imresize in mex file(MATLAB)
I have written the following code to use imresize function in mex file. #include \"mex.h\" void mexFunction(int nlhs, mxArray *plhs[], int nrhs, mxArray *prhs[])[详细]
2023-02-24 06:01 分类:问答Explicit/implicit loading of a dll from a mex file
My question is a possible duplicate of this: matlab mex files and C++ dll (windows), however not exactly.[详细]
2023-02-22 01:32 分类:问答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 oth开发者_如何转开发ers have tried to do something similar and ha[详细]
2023-02-19 06:38 分类:问答Loading specific variable with indexing from a MAT-file
I have a framework on a machine with lo开发者_如何学运维ts of RAM which produces MAT-files with one very large and specifically named matrix. The computation of this matrix is carried only once and ta[详细]
2023-02-17 05:55 分类:问答Compile 64 bit Mexfile for Matlab with OpenCV function
Hey people! I use a function of the opencv library with Matlab (2008), where I got a mexw32 file f开发者_运维百科rom. Unfortunately these don\'t work on a 64 Bit Windows 7 system anymore, where Matlab[详细]
2023-02-15 11:02 分类:问答Is there a way to link mex file against code compiled without -fPIC
I am trying to wrap some C code to access it with Matlab/Octave. The problem is 开发者_运维百科that the code has not been compiled with -fPIC, which seems to be necessary to wrap it with mex files. I[详细]
2023-02-15 06:36 分类:问答Could not find a base address that matches scheme HTTPS error in IIS-hosted WCF
I almost have everything set up to use my WCF service over https. IIS application is up and running, I can read the svc and wsdl at localhost. So I went back to Visual Studio and tried to write a Clie[详细]
2023-02-09 21:38 分类:问答Error when accessing access the WSDL of my WCF services: "The ... operation references a message element … that has already been exported from the …"
I experience a weird behavior when accessing my web services into a web browser and it leads to an exception while generating.[详细]
2023-02-03 06:18 分类:问答