mex
What is the best tool to plot intermediate results of my c++ code? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.开发者_运维问答[详细]
2023-03-24 18:19 分类:问答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.[详细]
2023-03-21 20:26 分类:问答error messages when writing Mex files, problem with array output from functions?
I am more of a Matlab programmer, and have not used C in years! Now I have to write some code in C and have it called from Matlab via the mexFunction command. So far so good. But my code requires many[详细]
2023-03-19 02:24 分类:问答which compiler should I use with mex and windows
I want to compile some cpp f开发者_开发问答iles using mex under windows (specifically - this link) . Which compiler should I download?According to the readme they tested it with Visual C++ 6.0 compile[详细]
2023-03-17 02:01 分类:问答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[详细]
2023-03-16 05:58 分类:问答trouble linking c++ static library with mex
I am trying to use a c++ static library in a mex file and I cannot link it. This is the source of the cpp file I am trying to mex:[详细]
2023-03-15 07:10 分类:问答Run Matlab mex-Algorithm instead of Double- in Single-Precision
I have a working Matlab C code (mex files) which currently uses double precision. Thus I replaced double *datOut = mxGetPr(mxOut) by float *datOut = (float*)mxGetData(mxOut);,[详细]
2023-03-15 05:19 分类:问答Building error of status code 2 in matlab mex
I encounter a building error in compiling a .m file into .mexmaci64. My matlab version is 2011a, platform Mac OS X 10.6, using a Xcode 3.2.[详细]
2023-03-14 11:41 分类:问答Matlab's Mex-file using a vector class definition
I am trying to create a Mex-file from a C++ code source file to use开发者_运维技巧 it with Matlab. I have compiling errors due to the vector class definition handling that I do not understand very wel[详细]
2023-03-13 23:47 分类:问答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 the following error message in MATLAB:[详细]
2023-03-09 09:42 分类:问答